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.
Poor description and wrong difficulty - not fun at all
Why ppl upvote this solution?
This comment is hidden because it contains spoiler information about the solution
ToList function implemented in C# sample test should return List< T > instad of List< Node < T >.
Default comparer always return false for two Node< T >, even when data is equal. Spent a lot of time to understand what's wrong
In C# Sample Tests is used "cdecode" class, what is that? I cant find anything about it in google.