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.
Super nice kata. Loved the theme. Brilliant test cases. And quite challenging.
Always, keep it going.
doc does it right
Interesting kata to exercise with, well made, also the description is very clear, thanks.
I don't know what to say, thank you or the opposite of thank you .. Once again your tricks defeated my neurons .. But I believe it's for my own good, I became better .. But at what cost ? I am exhausted .. I debugged line by line a huge input .. Eventually I did it .. My godness it was wild
Pretty funny game to program.
This is awesome!
Great kata, so challenging.
After 3 days of pushing my neurons to the limit , i finally solved it .. It is not pretty, it is slow but i am proud i did it alone ! Thank you docgunthrop for making me a better problem solver and as a side effect, a better programmer !
Second sample test, I'm getting
Expected :[[0, 6, 1], [1, 1, 1], [1, 6, 2], [2, 1, 5], [2, 6, 7], [4, 2, 6], [6, 7, 3], [7, 1, 2], [7, 4, 4], [7, 7, 1], [8, 7, 3]]
Actual :[[0, 6, 1], [1, 1, 1], [1, 6, 2], [2, 6, 7], [2, 1, 5], [4, 2, 6], [6, 7, 3], [7, 1, 2], [7, 7, 1], [8, 7, 3], [9, 4, 4]]
It's not obvious to me why (8,3,4) would move to (7,4) over (9,4). It is within three moves of both (9,6,3) and (5,6,3), but travelling towards (5,6) requires moving in a less clockwise direction.
genius
The JS version was underwhelming, not gonna lie. It's more of a gimmick exploiting smart wording. The adapted versions for other languages feel more meaningful.
Calculating the area was the "easy" part, compared to covering all the invalid path scenarios, especially properly handling the mousehole.
wow im not the only one who abbreviates arr to r lmao
Haskell translation
Loading more items...