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.
For some matrices, there are multiple solutions. It's unclear how to choose between them. For example:
X S X
. X .
X G X
has two solutions with the same path length. How do you choose between them?
There is a small issue with the default test: Assert.assertEquals should be simply assertEquals.
There's a typo in the solution template for java - ouor should be "your"
The description should mention how null input should be handled.
This doesn't work - try {'n', 'w', 'n', 'w', 'n', 'w', 'n', 'w', 'n', 'w'} as input.