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.
I think if you can go without Linq, you may only utilize the standard methods and logic.
hi there, this is like my solution. Im trying to learn Linq as well, but i feel like an old school programmer. I dont use Linq for this kind of tasks. My question is, is this better than using Methods from Linq?
(like the first solution we have here, with Sum()). i find in every kata task this problem, easy ones that are solved with a method from Linq.