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 remember there's a kata that returns such output in the DB alr~~
Doing so would invalidate all the solutions so :)))
bravo
when i changed a puzzle
RuntimeError: maximum recursion depth exceeded while calling a Python object
damnit, left out a row in my question lol.
But yes ofcourse that makes sense. My mistake. thanks for answering.
Only adjacent directions should be reduced. It's like considering curvature of the Earth. Or maybe going down a spiral staircase where you end up in a different layer.
"NORTH", "WEST", "SOUTH", "EAST": array lengths differed, expected.length=4 actual.length=0
testSimpleDirReduc "NORTH", "WEST", "SOUTH", "EAST": array lengths differed, expected.length=4 actual.length=0
If that's the case, the answer should be {}, correct?
['NORTH','WEST','SOUTH','EAST'] should return [] but not ['NORTH','WEST','SOUTH','EAST'], WHAT A PITY!