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.
I find the instructions unclear. They could be read as the sequence should be restarted after 12345678910 with 1, 112, 112123 as the example also ends with 11, but it should be
1 12 123 1234 12345 123456 1234567 12345678 123456789 12345678910 1234567891011 123456789101112 at least from what I understand. Please update the description, as this cost me some time to realize.
On top of that the value at the index is relevant, so 10 becomes actually two elements in a sequence and not just one. Also not 100% clear, especially when considering the sequence may repeat (which is a wrong assumption)
Seems broken for Kotlin. No Node implementation available. I like to code locally and not in the browser. Am I missing something?