javascript-algorithm
v1.0.11
Published
implement algorithm practice
Downloads
17
Readme
About
This repository contains JavaScript implementations of famous computer science algorithms.
API reference with usage examples available here.
Development
To install all dev dependencies
Call:
npm install
To setup repository with documentation
npm run doc
This will build the documentation and open it in your browser.
To update .html files with documentation
Just run npm run doc
again.
To run tests
Call:
npm run test
This will execute all test.js
files.
To deploy documentation site
npm run deploy
This requires you to have commit access to your Git remote.
License
The code in this repository is distributed under the terms of the MIT license.