Socket
Book a DemoInstallSign in
Socket

algos-js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

algos-js

Implementation of some CS algorithms in js

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

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

Keywords

algorithms

FAQs

Package last updated on 10 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts