Skip to content

nejcm/js-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎓 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
$ yarn install

# Start development server
$ yarn start

Documentation

The documentation is built with Docusaurus and includes:

  • Detailed explanations of algorithms and data structures
  • Code examples and implementations
  • Interactive examples
  • Search functionality

Visit the documentation website to learn more.

Development

# Run tests
$ yarn test

# Run tests with coverage
$ yarn test:cov

# Build documentation
$ yarn build

# Serve built documentation
$ yarn serve

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 M.

💻 📖 🚇 ⚠️

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

About

JavaScript implementation and examples of many popular algorithms, data structures and other programming problems.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors