js-algorithms/README.md

8 lines
300 B
Markdown
Raw Normal View History

2015-07-24 06:44:18 +00:00
The algorithms are written in ES6, use `babel-node` to run them.
Most algorithms have a `-debug` version which includes logs and stuff to understand the algorithm runtime better.
I wanted to add tests for all algorithms but I haven't yet.
Feel free to fill an issue or create a pull request! 😜