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.
There is a fixed test for 21st century, and some other fixed tests were commented out.
In the case I mentioned above, you could think sorting alphabetically without distinction between capital and lowercase letters. Check this other post: https://www.codewars.com/kata/57cfdf34902f6ba3d300001e/discuss#64a5b40cdddc251219dfa1de
It includes the information about ASCII chars, because you could otherwise think that
B
goes aftera
and that's not the case here.This comment is hidden because it contains spoiler information about the solution
I also found the same thing. I think that there is an error in the question?