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.
Tried mine and several of the most clever solutions against this one in a benchmark, this one is always fastest. :)
same!
yes, same here :)
seeing all of other solution are very long it is a relief to me!
yeah, cloning the n and mutating the clone locally would be better.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Mutating the input variables is not a great idea, but otherwise this is a great and simple algorithm.