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.
I have implemented the Brute Force Solution, but it Times Out as expected! What is the algorithm for quickly generating the ranking and fetching the desired position? Any help is appreciated!
You bough a Sword (Recursion) to a Fist (Iterative) Fight. But this is really good!
Nice and readable. However, could be easily done in O(1) space without creating a separate resulting array.
Default method signature for Python was:
def reverse()
with the missing argument(n)
.Please fix this!
This comment is hidden because it contains spoiler information about the solution