- Notifications
You must be signed in to change notification settings - Fork0
JavaScript implementation of different computer science algorithms.
rohit1707/javascript-algorithms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains JavaScript implementations of different famous Computer Science algorithms.
API reference with usage examples availablehere.
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 runnpm run doc
again.
To run tests
Call:
gulptest
and all*.spec.js
files will be executed.
To deploy documentation site
npm run deploy
This requires you to have commit access to your Git remote.
Fork the repo and make required changes. After that push your changes in branch, which is named according to the changesyou did. Initiate the PR.
Make sure you're editor makes validations according to the.jshintrc
in the root directory of the repository.
Before pushing to the repository run:
gulp build
If the build is not successful fix your code in order the tests and jshint validation to run successfully and after thatcreate a pull request.
mgechev | AndriiHeonia | Jakehp | lygstate | mik-laj | jeremyckahn |
krzysztof-grzybek | pvoznenko | jettcalleja | kdamball | lekkas | infusion |
deniskyashif | filipefalcaos | designeng | Microfed | pkerpedjiev | Xuefeng-Zhu |
emyarod | liesislukas | alexjoverm | BorislavBorisov22 | ysharplanguage | jurassix |
contra | amilajack | maurobringolf | millerrach | xiedezhuo | fanixk |
miyes | shaunak1111 |
The code in this repository is distributed under the terms of the MIT license.
About
JavaScript implementation of different computer science algorithms.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- JavaScript100.0%