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.
Thank you! :)
Your code is failing some test where the input has spaces.
To get the input value:
std::cout << "* Debug *" << str << "*" <<std::endl;
I pass base and random tests, but i get an error for the edge_cases test:
Expected: equal to z
Actual: z
So, I don't get why z is not z ^__^