Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
My Answer: 466
kata hint != kata suggestion
Looks good. I used the if-else statements, the rest is the same. Thanks for the answer..
You should write separate test cases. Bad practice.
This comment is hidden because it contains spoiler information about the solution
This is O(n^2) solution.
Think why you get one more iteration than needed.
It`s obvious. Even without looking at your solution
50 vs 51
The reason is p0 = p
thats why we have one more iteration
Check your int-long castings
Check your int-long castings
Check your int-long castings
thnaks, that helped a lot.
Hi, please remember to use a spoiler flag when posting code (I have added the flag). For your code, take note of the comment given in the solution set-up:
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...