|
1 | 1 | # The Algorithms - JavaScript |
2 | 2 |
|
3 | | -[](CONTRIBUTING.md) |
4 | | -[](https://lgtm.com/projects/g/TheAlgorithms/Javascript/context:javascript) |
| 3 | +JavaScript Repository of TheAlgorithms, which implements various algorithms and data structures in JavaScript. |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +[](CONTRIBUTING.md) |
| 8 | +[](lgtm) |
5 | 9 |  |
6 | | - |
7 | | -[](https://discord.gg/c7MnfGFGa6) |
8 | | - |
9 | | -[](https://standardjs.com/) |
| 10 | +[](discord-server) |
| 11 | + |
| 12 | +[](standard-js) |
| 13 | + |
| 14 | +<hr> |
10 | 15 |
|
11 | | -## All algorithms implemented in JavaScript (for educational purposes only) |
| 16 | +**These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library |
| 17 | +that are much better for performance and security reasons. We also do not provide any api stability guarantee.** |
12 | 18 |
|
13 | | -[](https://gitpod.io/#https://github.com/TheAlgorithms/Javascript) |
| 19 | +Before contributing to this repository, make sure to read our [Contribution Guidelines](CONTRIBUTING.md). You can look |
| 20 | +at other [TheAlgorithms Repositories](repositories) or the [issues with a |
| 21 | +`help wanted` label](help-wanted) for inspiration regarding what to implement. Our maintainers will guide you through |
| 22 | +how to make your contribution properly. |
14 | 23 |
|
15 | | -These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library |
16 | | -that are much better for performance reasons. |
| 24 | +The names of the maintainers of this repository is listed in the [CODEOWNERS](.github/CODEOWNERS) file. |
17 | 25 |
|
18 | | -## Contribution Guidelines |
| 26 | +You can find a list of the algorithms currently in the repository in the [directory](DIRECTORY.md). |
19 | 27 |
|
20 | | -Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. |
| 28 | +Explanations of many of the algorithms can be found in out [wiki](explanation). |
21 | 29 |
|
22 | | -## List of Algorithms |
| 30 | +<hr> |
23 | 31 |
|
24 | | -See our [directory](DIRECTORY.md). |
| 32 | +[lgtm]: https://lgtm.com/projects/g/TheAlgorithms/Javascript/context:javascript |
| 33 | +[discord-server]: https://discord.gg/c7MnfGFGa6 |
| 34 | +[standard-js]: https://standardjs.com/ |
25 | 35 |
|
26 | | -## Algorithm Explanation |
| 36 | +[repositories]: https://github.com/TheAlgorithms |
| 37 | +[help-wanted]: https://github.com/TheAlgorithms/JavaScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22 |
| 38 | +[explanation]: https://github.com/TheAlgorithms/JavaScript/wiki |
27 | 39 |
|
28 | | -See our [wiki](https://github.com/TheAlgorithms/Javascript/wiki). |
|
0 commit comments