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.
the code you pasted passes the tests as of now, so we cannot replicate the issue
Yeah, superb that someone made a benchmark on this :) I would say that the results confirm the idea that just simply filling in the 1-s "in a spiral" should be faster than doing some more complex operations with lists etc. (as can be seen in some other solutions). Moreover, for me, this solution is maybe the most readable / comprehensible... :)