Skip to content

Latest commit

 

History

History
171 lines (123 loc) · 6.27 KB

README.md

File metadata and controls

171 lines (123 loc) · 6.27 KB

🎓 Js algorithms

Algorithms, data structures and other programming challenges and problems implemented in JavaScript with documentation.

Big thank you goes to javascript-algorithms.


⚠️ This package is still under development! New algorithms are being added and existing ones refactored to improve code quality.


Build Status Code Coverage License: MIT

JavaScript Style Guide

All Contributors

PRs Welcome Code of Conduct

Watch on GitHub Star on GitHub

Table of Contents

Installation

# Clone repo
$ git clone https://github.com/nejcm/js-algorithms.git my-project

# Install dependencies, run lint and tests
$ yarn setup

# Run project docs
$ yarn start

Issues

Sometimes npm has some issues with running docs. Try using yarn instead for installing the deps and running tasks.

Docs & Examples

Each algorithm is described on the docs website.

Docs website

Issues

Looking to contribute? Look for the Good First Issue label.

🐛 Bugs

Please file an issue for bugs, missing documentation, or unexpected behavior.

See Bugs

💡 Feature Requests

Please file an issue to suggest new features. Vote on feature requests by adding a 👍. This helps maintainers prioritize what to work on.

See Feature Requests

❓ Questions

For questions related to using the library, please visit a support community instead of filing an issue on GitHub.

Authors

Contributors

Nejc
Nejc Muršič

💻 📖 🚇 ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!

Support

Reach out to us at one of the following places:

LICENSE

MIT