algos-js

0.3.0 • Public • Published

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

/algos-js/

    Package Sidebar

    Install

    npm i algos-js

    Weekly Downloads

    9

    Version

    0.3.0

    License

    MIT

    Last publish

    Collaborators

    • all3fox