Skip to content

thomasalex122/javascript-algorithms

 
 

Repository files navigation

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 *.spec.js files.

To deploy documentation site

npm run deploy

This requires you to have commit access to your Git remote.


How to Contribute

  1. Fork the repo and create your branch from main.
  2. Make your changes, adhering to the project's coding standards.
  3. Ensure your code passes the linter:
    npm run lint
  4. Run the build process:
    npm run build
    • If the build fails, fix the issues in your code.
  5. Create a pull request.

Code Style

  • Follow the .jshintrc guidelines located in the root directory.

Opening Issues

  • For major changes, open an issue first to discuss your ideas.

Thank you for your contributions!


Contributors

mgechev AndriiHeonia Jakehp lygstate mik-laj krzysztof-grzybek
mgechev AndriiHeonia Jakehp lygstate mik-laj krzysztof-grzybek
pvoznenko jettcalleja filipefalcaos kdamball lekkas infusion
pvoznenko jettcalleja filipefalcaos kdamball lekkas infusion
deniskyashif brunohadlich designeng Microfed Nirajkashyap pkerpedjiev
deniskyashif brunohadlich designeng Microfed Nirajkashyap pkerpedjiev
duffman85 Xuefeng-Zhu emyarod alexjoverm amilajack BorislavBorisov22
duffman85 Xuefeng-Zhu emyarod alexjoverm amilajack BorislavBorisov22
brunob15 BryanChan777 ysharplanguage jurassix fisenkodv contra
brunob15 BryanChan777 ysharplanguage jurassix fisenkodv contra
liesislukas marrcelo wnvko millerrach xiedezhuo DengYiping
liesislukas marrcelo wnvko millerrach xiedezhuo DengYiping
fanixk wlx199x shaunak1111
fanixk wlx199x shaunak1111

License

The code in this repository is distributed under the terms of the MIT license.

About

πŸ’» JavaScript implementations of computer science algorithms

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%