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 same issue, can you please help me to undertand on how to get 33 and not 34
Much apperciated!
Didn't see that either
Look :-)
Look :-)
Well, the only thing to resolve your problem is to show your code, otherwise we can only guess and wonder. Or at least your logic behind it.
Your solution is very likely to be running an infinite loop.
It's not necessarily that your loops are infinite, more likely your code is inefficient. Random test are often extensive and resource-consuming, so odds are you need to refactor and optimize your code. That's the safest bet without knowing the code.
There is enough information in the description. Review it and imagine the scenario.
This comment is hidden because it contains spoiler information about the solution