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.
UCHAR_MAX
? You're overwriting something you shouldn't.It looks like the problem might be in the if-statement, the else-clause in particular:
The kata spec requests that vowels' cases be swapped, however the nature of the if-statement in the code does not seem to address the uppercase vowels. Uppercase vowels follow the else-clause, in which case they are only copied, but don't have their case swapped.
Thanks for the report, null_ptr! I'll look into the issue ASAP.
Done... If you have any troubles write again. Now the random tests are without leading and trailing zeroes.