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.
It's my solution xD How dare you? Have a nice day
good good good :)
goood xD sharply
This is the best example of how knowledge of key functions can improve troubleshooting :) good job
Yes, recursion is a bad idea because you will need to spend time calculating for values which you already know.
Try to "remember" values you have calculated.
I have a problem with time of execute code. Is recursion a bad idea to resolve this kata? My code are working correct with the small numbers.