|
2 | 2 |
|
3 | 3 | JavaScript Repository of TheAlgorithms, which implements various algorithms and data structures in JavaScript. |
4 | 4 |
|
5 | | - |
| 5 | +![JavasScript Banner][banner] |
6 | 6 |
|
7 | | -[](CONTRIBUTING.md) |
8 | | -[](lgtm) |
9 | | - |
10 | | -[](discord-server) |
11 | | - |
12 | | -[](standard-js) |
| 7 | +[![Contributions Welcome][welcome]](CONTRIBUTING.md) |
| 8 | +[![Language grade: JavaScript][grade]][lgtm] |
| 9 | +![Node CI][node-ci] |
| 10 | +[![Discord chat][chat]][discord-server] |
| 11 | +![Repository Size][repo-size] |
| 12 | +[![standard.js][standard-logo]][standard-js] |
13 | 13 |
|
14 | 14 | <hr> |
15 | 15 |
|
16 | 16 | **These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library |
17 | 17 | that are much better for performance and security reasons. We also do not provide any api stability guarantee.** |
18 | 18 |
|
19 | 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 |
| 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 | 22 | how to make your contribution properly. |
23 | 23 |
|
24 | 24 | The names of the maintainers of this repository is listed in the [CODEOWNERS](.github/CODEOWNERS) file. |
25 | 25 |
|
26 | 26 | You can find a list of the algorithms currently in the repository in the [directory](DIRECTORY.md). |
27 | 27 |
|
28 | | -Explanations of many of the algorithms can be found in out [wiki](explanation). |
| 28 | +Explanations of many of the algorithms can be found in out [wiki][explanation]. |
29 | 29 |
|
30 | 30 | <hr> |
31 | 31 |
|
| 32 | +[banner]: https://user-images.githubusercontent.com/68542775/167072911-dc31eac8-6885-4a05-9c25-279ecce22a79.png |
| 33 | + |
| 34 | +[welcome]: https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square |
| 35 | +[grade]: https://img.shields.io/lgtm/grade/javascript/g/TheAlgorithms/Javascript.svg?logo=lgtm&logoWidth=18&style=flat-square |
32 | 36 | [lgtm]: https://lgtm.com/projects/g/TheAlgorithms/Javascript/context:javascript |
| 37 | +[node-ci]: https://github.com/TheAlgorithms/Javascript/workflows/Node%20CI/badge.svg |
| 38 | +[chat]: https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square |
33 | 39 | [discord-server]: https://discord.gg/c7MnfGFGa6 |
| 40 | +[repo-size]: https://img.shields.io/github/repo-size/TheAlgorithms/Javascript.svg?label=Repo%20size&style=flat-square |
| 41 | +[standard-logo]: https://img.shields.io/badge/code%20style-standardjs-%23f3df49 |
34 | 42 | [standard-js]: https://standardjs.com/ |
35 | 43 |
|
36 | 44 | [repositories]: https://github.com/orgs/TheAlgorithms/repositories |
|
0 commit comments