mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
22 lines
857 B
Markdown
22 lines
857 B
Markdown
# The Algorithms - Javascript
|
|
|
|
|
|
[](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md)
|
|

|
|
|
|
### 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)
|