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 believe the variable
r
can be quiet large and will take over 6000ms to complete whenr
is large for multiple tests. So in other words, your solution isn't efficient enough to complete this kata in the required time boundaries. You may want to rethink your stratergy.you have an infinite loop somewhere. You need to recheck your code and make sure there are no loops, this isnt an issue with the kata and should therefore resolve the issue. :)