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.
have you solved that issue? what is the other things to consider? in description it says that we should sort alphabetically nothing more
I have a question about last step, it says that if there is two names with same score, we should sort it by there first name,
in case Matthew and Elizabeth, test case says that Matthew is the output, but why? E is coming first not M, and output
should be Elizabeth, who can explain it?