Files
JavaScript/README.md
2020-05-03 20:26:24 +05:30

22 lines
857 B
Markdown

# The Algorithms - Javascript
[![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md) 
![](https://img.shields.io/github/repo-size/TheAlgorithms/Javascript.svg?label=Repo%20size&style=flat-square) 
### All algorithms implemented in Javascript (for educational purposes only)
These are for demonstration purposes only. There are many implementations of sorts in the Javascript standard library that are much better for performance reasons.
## Contribution Guidelines
Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
## List of Algorithms
See our [directory](DIRECTORY.md).
## Algorithm Explanation
see our [wiki](https://github.com/TheAlgorithms/Javascript/wiki)