0.3.0 • Published 7 years ago

algos-js v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Module algos-js

Travis Coveralls npm license

What is algos-js?

The algos-js package contains implementations of some classic computer science algorithms. My primary goal is to understand those algorithms and the best way to do that is to code them myself.

Along the way I practice test driven development (with mocha), continuos integration (with travis and coveralls), version control (with git and github), packaging with npm and a lot more.

How to test?

To run all of the unit-tests:

$ mocha --recursive

To run unit-tests for a specific module:

$ mocha test/test_binsearch.js

To run all the unit-tests and produce a coverage report:

$ npm test

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago