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.
Agree
the language here is ambiguous, but it is assumed that we are talking about an entire window, hence if it goes above the window it will go down for a second viewing.
Feels pretty good when I find this page and know that I got the same solution.
This comment is hidden because it contains spoiler information about the solution
It would be more accurate to say that we need to account for 0 as the first number in the sequence, thus we add 1 to generate the expected sequence, not that we exclude zero.
Nice I had the same answer
Brother how did you write 20 lines of code for this, that's really impressive!
Really amazing solution, no redundancy at all, pure simplicity; deserving of the nobel prize.