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.
Alternatively you can just include an index in the table and limit the recursion with "where index <= 90"
Thats what they call Y10K
This comment is hidden because it contains spoiler information about the solution
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.
bruh
why use a different iteration method for the first list ?
use a single var to keep the count and then its perfect
why sort the whole array if we only care for two biggest numbers ?