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
thanks
I don't do much C++, but follow these guidelines and maybe someone else can take a look.
yeah thanks i fixed it.
there was one small issue if you have time to help,
that in random test cases my code's output and excpected output didn't match though when i ran code on visual studio
on my local machine it returned the expected output.
any idea what can be the problem?
Capital letters have a lower ASCII code. Not a kata issue.
Expected: equal to "Lets"
Actual: "al***l"
i thought we were suppose to sort them alphabetically.
yes based on ascii values "Lets" comes first, but alphabetically "all" comes first.
can someone clear me which one I should go with?