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
Hi, just wanna ask.
if (*(fight+1)) ++fight;
what conditions working behind this line?
thanks :)
what the logic behind the sum?
thanks?
i know the if statement is about when text is between 'A' - 'Z', but what is the logic behind this code chars[text[i]+32]++?
thanks sir
This comment is hidden because it contains spoiler information about the solution