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.
great 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
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
nice
You shouldn't use if else, you can do it with array
Alternatively you can just include an index in the table and limit the recursion with "where index <= 90"
I spent way too much on this wondering why it wasnt working, i had the exact same code. Turns out i was using int instead on bigint and the error message is just no indication of what was going wrong.
I'm also trying to figure out...
it's a good way to resolve this challenge
This comment is hidden because it contains spoiler information about the solution
why does it need to be converted to integer? Shouldn't count() automatically return only integers?
Loading more items...