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.
approved !
Great kata even though some JS helpers should be forbidden to make it harder
Good kata :)
Same issue still occurs after adding a separator to see if it was the same solution being called twice. I have written my own implementation of the A* algorithm but i really doubt the bug comes from there. You can still read my solution i guess.
I have done only one printing in my code, in the beginning of the pathFinder function so it cannot be two mazes printed one after another i guess
This comment is hidden because it contains spoiler information about the solution
Nice kata !
good kata for learning data structures !
Nice well rated kata :)
I find it a bit overkill to use regex (or array helper methods) when you can simply loop through the array, which probably has better performance and better readability lol.
Still a good solution though.
Nothing is more satisfying than solving it in less than a hour :D
It was a fun one.
Oh interesting, finally someone who approached the problem in a similar way I did.
Every other solutions are completely unreadable :D
Good kata.
There are only 2 '1' in the first array but 3 '1' in the second array
Surely clever but really skeptical about sorting two arrays, speaking about performance when working with huge arrays.
Loading more items...