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.
good comment!
This is a good and simple solution, thought specific for an english standard alphabet (which I suppose was enough for this specific kata).
I wonder if it's just a coincidence that english alphabet divides nicely into 2 equal sets of chars?
Thanks for sharing!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
why did you use Linq? you could have used the Sum() function to sum the values, which is part of Linq