Poor description and wrong difficulty - not fun at all
Try not to cheat and provide a recursive solution
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.
Loading collection data...
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.