X Tutup
Skip to content

Commit 1c6f8b9

Browse files
authored
Update README.md
1 parent d74afef commit 1c6f8b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# The Algorithms - Javascript
22

3+
4+
[![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md) 
5+
![](https://img.shields.io/github/repo-size/TheAlgorithms/Javascript.svg?label=Repo%20size&style=flat-square) 
6+
37
### All algorithms implemented in Javascript (for educational purposes only)
48

59
These are for demonstration purposes only. There are many implementations of sorts in the Javascript standard library that are much better for performance reasons.
610

11+
## List of Algorithms
12+
13+
See our [directory](DIRECTORY.md).
14+
15+
16+
717
## Sort Algorithms
818

919

0 commit comments

Comments
 (0)
X Tutup