javascript-algorithm

1.0.11 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (14)

    Package Sidebar

    Install

    npm i javascript-algorithm

    Weekly Downloads

    6

    Version

    1.0.11

    License

    MIT

    Unpacked Size

    135 kB

    Total Files

    29

    Last publish

    Collaborators

    • dkaushikl