mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-13 07:14:05 +08:00
Add merge sort.
This commit is contained in:
@ -35,6 +35,7 @@
|
||||
* [Selection Sort](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/sorting/selection-sort)
|
||||
* [Insertion Sort](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/sorting/insertion-sort)
|
||||
* [Heap Sort](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/sorting/heap-sort)
|
||||
* [Merge Sort](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/sorting/merge-sort)
|
||||
|
||||
## Running Tests
|
||||
|
||||
|
Reference in New Issue
Block a user