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.
came here to say this. I personally think "ascending" implies "monotonically increasing", but if the kata author disagrees that should at least be stated explicitly in the instructions
There is an issue in Clojure where it considers an array with the same number twice to be unsorted even if the array is in the correct order still. [2 2 5 7] expects no when code provides yes, ascending. Instructions provide no clear instruction to do with this and one would normally consider this to be sorted.