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 did not solve this kata but I did some trials and it seems very clear: You have a 2d grid of code, move down means the pointer shifts to the next line, up to the previous, etc.
You can have a look at this kata and see similar pointer movements.
What on earth do the directions mean, here?
What is moving in a direction? Is this supposed to simulate instruction pointer movement? Surely not. How exactly does an IP move "down"?
Jeez. This was a kata that really underlined the importance of Linq statements.
Wow this is an elegant solution. Good work.