File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 54
54
* [ Palindrome] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Palindrome.js )
55
55
* [ PascalTriangle] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PascalTriangle.js )
56
56
57
+ ## maths
58
+ * [ ReverseString] ( https://github.com/TheAlgorithms/Javascript/blob/master/maths/ReverseString.js )
59
+
60
+ ## [ QuickSelect] ( https://github.com/TheAlgorithms/Javascript/blob/master//QuickSelect.js )
61
+
57
62
## Search
58
63
* [ BinarySearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Search/BinarySearch.js )
59
64
* [ JumpSearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Search/JumpSearch.js )
69
74
* [ CycleSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/CycleSort.js )
70
75
* [ FlashSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/FlashSort.js )
71
76
* [ GnomeSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/GnomeSort.js )
77
+ * [ Heapsort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/Heapsort.js )
72
78
* [ HeapSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/HeapSort.js )
73
79
* [ InsertionSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/InsertionSort.js )
74
80
* [ MergeSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/MergeSort.js )
You can’t perform that action at this time.
0 commit comments