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.
the kata is very easy (much easier than a 5-kyu kata should be), but the description is lacking the methods of Node class. It was a wild guess to use getNext() method on the Node class to switch to the next node in C++. I just checked the testing code, which had setNode() and decided to use a similar getNode() method. That is not right. You need to provide the description of all the methods you built in in your custom class Node.