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.
Oh... yes - I think that's an open issue. Hope it's fixed soon ;)
Hey!
Test cases are using "equals" / "Equals" / "operator==" / JSON magic to compare the trees.
The "..." in the description (after operator==) are there on purpose, just to let people know operator== is already defined and tree comparison is valid - I'll add that to the description as well.
Which errors do you get?
Also - I set the private fields as public (like other languages) - thanks for the feedback!