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.
I've checked my code twice or more to be sure about what am I doing wrong but nothing.
So if tests are okay, what should my code return for this array false or true?
The assetion itself is under "should return false if walk does not bring you back to start" cases and guess what my code does?
It returns false because it is false.
There is the actual test case that doesn't work for me so what can I add to my issue to make it more 'substantial'?
This comment is hidden because it contains spoiler information about the solution