mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
29 lines
1.6 KiB
Markdown
29 lines
1.6 KiB
Markdown
# The Algorithms - JavaScript
|
|
|
|
|
|
[](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md)
|
|
[](https://lgtm.com/projects/g/TheAlgorithms/Javascript/context:javascript)
|
|

|
|

|
|
[](https://discord.gg/c7MnfGFGa6)
|
|

|
|
[](https://standardjs.com/)
|
|
|
|
|
|
### All algorithms implemented in JavaScript (for educational purposes only)
|
|
[](https://gitpod.io/#https://github.com/TheAlgorithms/Javascript)
|
|
|
|
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).
|