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.
Came to the comments to say the same. "subtract the total of the string integers" reads like "subtract the count" not "subtract the sum", should be rewritten to be clear. Especially since many katas are "do X with this portion of the data and Y with that portion of the data".
No need for parentheses as 'and' has priority over 'or'. Readability for humans suffer though :)
Ah, true. Had to read that three times to notice that.
No, you're wrong:
This comment is hidden because it contains spoiler information about the solution
This one has recursion written all over it. Too bad I suck at recursion :D