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.
thanks, fixed
I benchmarked this solution against the Linq variations, this method is faster for large arrays (n=10000)
so simple, so beautiful
Why this test return 0 instead of -3?
Kata.Sum(new List { 1, 1, 1 })
you should document your code, don't be afraid of wasting lines