File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7070 * [ CycleSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/CycleSort.js )
7171 * [ FlashSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/FlashSort.js )
7272 * [ GnomeSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/GnomeSort.js )
73- * [ HeapSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/HeapSort.js )
7473 * [ Heapsort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/Heapsort.js )
74+ * [ HeapSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/HeapSort.js )
7575 * [ InsertionSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/InsertionSort.js )
7676 * [ MergeSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/MergeSort.js )
7777 * [ QuickSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/QuickSort.js )
You can’t perform that action at this time.
0 commit comments