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.
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
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution