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.
OCaml translation
Approved
C++ translation (author is inactive).
approved.
Lua translation!
Ruby 3.0 enabled in this fork
visited
should not be stored as a global variable, this will cause previous calls to thegetRoute
function's nodes to be stored within, causing sub-sequent calls with an entirely new arguments passed to the function to have unvisited nodes invisited
JS version has been updated ( thank
@Hobs
, not me )Haskell translation
In bit-wise operations, we start off from the end (right) of bits, not from the start (left). Also, it is not moving the bits, but flipping the bits.
Approved
approved.
python new test framework
Loading more items...