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.
This comment is hidden because it contains spoiler information about the solution
Sorting instructions definitely need to be clarified. You first have to sort for the count of the particular letter, then by the string which had the highest count, THEN alphabetically. As its written now you only have to sort by the count of the letter and alphabetically if the count of the letter is equal between the two strings, which is incorrect