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.
Do you mean to say this can't be done in PHP?
Because the fact that it's available in PHP tells us that it has been implemented in PHP, there are pre-determined and random unit tests in PHP, and that those have been completed.
In PHP, the
Node
class is more or less:All what is needed to oslve the kata is to know that class is named
Node
and that it has the methodNode nextNode()
. I will see how to make this clearer.just skip this if you're doing PHP, it makes no sense and it's just garbage
it is not provided by the Kata for PHP. no idea what Node is