Collection of algorithms, inspired by nryoung/algorithms
Important note: this modules can be slow, because it's my own polygon for learning Elixir, but pull requests with fixes (or implemented algorithms) are welcome ;-)
- Binary Search
- GCD & LCM
- Binary exponentiation
- Sleep sort
- Quick sort
- Deep First Search