1
1
# The Algorithms - JavaScript
2
2
3
+ <!-- Front Matter -->
3
4
JavaScript Repository of TheAlgorithms, which implements various algorithms and data structures in JavaScript.
4
5
5
6
<div align =" center " >
6
7
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 ]
8
15
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 ]
15
16
16
17
</div >
17
18
18
19
---
19
20
21
+ <!-- Body -->
22
+
20
23
** These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library
21
24
that are much better for performance and security reasons. We also do not provide any api stability guarantee.**
22
25
@@ -33,19 +36,21 @@ Explanations of many of the algorithms can be found in out [wiki][explanation].
33
36
34
37
---
35
38
39
+ <!-- Banner Image -->
36
40
[ banner ] : https://user-images.githubusercontent.com/68542775/167072911-dc31eac8-6885-4a05-9c25-279ecce22a79.png
37
41
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 -->
45
43
[ 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
47
48
49
+ <!-- External Links -->
50
+ [ standard-js ] : https://standardjs.com/
51
+ [ discord-server ] : https://discord.gg/c7MnfGFGa6
52
+ [ explanation ] : https://github.com/TheAlgorithms/JavaScript/wiki
48
53
[ repositories ] : https://github.com/orgs/TheAlgorithms/repositories
54
+ [ lgtm ] : https://lgtm.com/projects/g/TheAlgorithms/Javascript/context:javascript
49
55
[ 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
51
56
0 commit comments