mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@ -1,9 +1,19 @@
|
|||||||
# The Algorithms - Javascript
|
# The Algorithms - Javascript
|
||||||
|
|
||||||
|
|
||||||
|
[](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md)
|
||||||
|

|
||||||
|
|
||||||
### All algorithms implemented in Javascript (for educational purposes only)
|
### All algorithms implemented in Javascript (for educational purposes only)
|
||||||
|
|
||||||
These are for demonstration purposes only. There are many implementations of sorts in the Javascript standard library that are much better for performance reasons.
|
These are for demonstration purposes only. There are many implementations of sorts in the Javascript standard library that are much better for performance reasons.
|
||||||
|
|
||||||
|
## List of Algorithms
|
||||||
|
|
||||||
|
See our [directory](DIRECTORY.md).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Sort Algorithms
|
## Sort Algorithms
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user