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.
Just fire that colleague for not doing his job properly
Every time i complete a high level kata, i always feel that this one for sure, there is no way a person can do it in just one line and every time i am left dumbfounded by what i see.
It was especially true for this problem but here we go again!!!
This comment is hidden because it contains spoiler information about the solution
Do you really write all your code like this?
Has someone taken the case where the person might walk first N then W then S and the E into account? Meaning that he walks in a circle so baically he comes back to the point where he started after walking a circle. Ex- ['N','S','N','S','N','S','N','W','S','E'].
If so can someone share their code?