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.
Thank you so much!!! I wish this was clarified in the kata description. I spent way to long trying to figure out what went wrong!!
I can do trial & error but imagine a someone will get this challange during a coding assessments and he has a limited aoumnt of time (3 minutes). A challange description must be explicit.
For those confused (as I was):
Not sure if these are considered spoilers, imo, no.
All in all, a poorly worded task. This is good training for client-supplied task descriptions.
I thought about their lengths, the wording of the task is still not self-evident. A poorly worded task.
Unlike a number of other solutions, we quit evaluating list as soon as we see that it has both increasing and decreasing sequences, which means it is unordered. Not to speak of solutions, which go through the same list multiple times(!)
This should improve timing for larger lists.