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.
func1 and func 2 are delegates, a type that represent a calling site (a method somewhere).
It's like pointer of function in C/C++, but delegates in C# posses more informations than that (the instance of the object for non static method, ...)
This feature is used in many scenario: Event manamgement, Linq (to object), ...
This conditional operator returns function, so second pair of empty parenthesis needed to call returned function.
I've added the adda test in C#.
Thanks.
This comment is hidden because it contains spoiler information about the solution
Rank can't be changed.
i dont know how to do this mathematically, that suxs :/
Katas of the same kyu should be around the same difficulty but you will find that depending on personal experience, some will be harder than others.
Its hard for a 6 Kyu mathematically speaking,
implementation its actually really simple, Im still considering taking on this one.
Yes, agreed.