File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7979 * [ FlashSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/FlashSort.js )
8080 * [ GnomeSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/GnomeSort.js )
8181 * [ HeapSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/HeapSort.js )
82- * [ Heapsort ] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/Heapsort .js )
82+ * [ HeapSortV2 ] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/HeapSortV2 .js )
8383 * [ InsertionSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/InsertionSort.js )
8484 * [ MergeSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/MergeSort.js )
8585 * [ QuickSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/QuickSort.js )
9292## String
9393 * [ ReverseString] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseString.js )
9494 * [ ReverseWords] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseWords.js )
95+
96+ ## Web-Programming
97+ * [ OpenWeatherMaps] ( https://github.com/TheAlgorithms/Javascript/blob/master/Web-Programming/OpenWeatherMaps.js )
You can’t perform that action at this time.
0 commit comments