11# The Algorithms - JavaScript
22
3+ <!-- Front Matter -->
34JavaScript Repository of TheAlgorithms, which implements various algorithms and data structures in JavaScript.
45
56<div align =" center " >
67
7- ![ JavasScript Banner] [ banner ]
8+ ![ JavasScript Banner] [ banner ]
9+
10+ [ ![ Language grade: JavaScript] [ grade ]] [ lgtm ]
11+ ![ Checks] [ checks ]
12+ [ ![ Contributions Welcome] [ welcome ]] ( CONTRIBUTING.md )
13+ [ ![ standard.js] [ standard-logo ]] [ standard-js ]
14+ [ ![ Discord chat] [ chat ]] [ discord-server ]
815
9- [ ![ Contributions Welcome] [ welcome ]] ( CONTRIBUTING.md )
10- [ ![ Language grade: JavaScript] [ grade ]] [ lgtm ]
11- ![ Checks] [ checks ]
12- [ ![ Discord chat] [ chat ]] [ discord-server ]
13- ![ Repository Size] [ repo-size ]
14- [ ![ standard.js] [ standard-logo ]] [ standard-js ]
1516
1617</div >
1718
1819---
1920
21+ <!-- Body -->
22+
2023** These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library
2124that are much better for performance and security reasons. We also do not provide any api stability guarantee.**
2225
@@ -33,19 +36,21 @@ Explanations of many of the algorithms can be found in out [wiki][explanation].
3336
3437---
3538
39+ <!-- Banner Image -->
3640[ banner ] : https://user-images.githubusercontent.com/68542775/167072911-dc31eac8-6885-4a05-9c25-279ecce22a79.png
3741
38- [ welcome ] : https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat
39- [ grade ] : https://img.shields.io/lgtm/grade/javascript/g/TheAlgorithms/Javascript.svg?logo=lgtm&logoWidth=18&style=flat
40- [ lgtm ] : https://lgtm.com/projects/g/TheAlgorithms/Javascript/context:javascript
41- [ checks ] : https://img.shields.io/github/workflow/status/TheAlgorithms/JavaScript/Node%20CI?label=checks
42- [ chat ] : https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat
43- [ discord-server ] : https://discord.gg/c7MnfGFGa6
44- [ repo-size ] : https://img.shields.io/github/repo-size/TheAlgorithms/Javascript.svg?label=Repo%20size&style=flat
42+ <!-- Badge Links -->
4543[ standard-logo ] : https://img.shields.io/badge/code%20style-standardjs-%23f3df49
46- [ standard-js ] : https://standardjs.com/
44+ [ chat ] : https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA
45+ [ welcome ] : https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3
46+ [ checks ] : https://img.shields.io/github/workflow/status/TheAlgorithms/JavaScript/Node%20CI?label=checks
47+ [ grade ] : https://img.shields.io/lgtm/grade/javascript/g/TheAlgorithms/Javascript.svg?logo=lgtm&logoWidth=18
4748
49+ <!-- External Links -->
50+ [ standard-js ] : https://standardjs.com/
51+ [ discord-server ] : https://discord.gg/c7MnfGFGa6
52+ [ explanation ] : https://github.com/TheAlgorithms/JavaScript/wiki
4853[ repositories ] : https://github.com/orgs/TheAlgorithms/repositories
54+ [ lgtm ] : https://lgtm.com/projects/g/TheAlgorithms/Javascript/context:javascript
4955[ help-wanted ] : https://github.com/TheAlgorithms/JavaScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22
50- [ explanation ] : https://github.com/TheAlgorithms/JavaScript/wiki
5156
0 commit comments