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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
no problem
well... I do not see my error...some advice?
... I'll keep trying
thx
the code is not efficient, takes long time to finish
try a way to get rid of the while loop
This comment is hidden because it contains spoiler information about the solution
such short functions can also be implemented with lambda expressions
try to execute the following
and see what happens...
you can just simply return {....}[number]
This comment is hidden because it contains spoiler information about the solution
well, at least I'm not the only one who applied recursion :-)
nice and clever!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
we know you can a lot, but this is a bad practice bad readability
Loading more items...