Grokking Algorithms Exercises

There is an awesome book for dummy guys like me, called Grokking Algorithms. Highly recommended! I structured my own basic knowledge about algorithms and wrote implementations for most common. Each algorithm is written on Golang and JavaScript because it's my favorite stack.

Run tests

Run make run-tests to launch tests of all algorithms on both programming languages.