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 5454 * [ Palindrome] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Palindrome.js )
5555 * [ PascalTriangle] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PascalTriangle.js )
5656
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+
5762## Search
5863 * [ BinarySearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Search/BinarySearch.js )
5964 * [ JumpSearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Search/JumpSearch.js )
6974 * [ CycleSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/CycleSort.js )
7075 * [ FlashSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/FlashSort.js )
7176 * [ GnomeSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/GnomeSort.js )
77+ * [ Heapsort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/Heapsort.js )
7278 * [ HeapSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/HeapSort.js )
7379 * [ InsertionSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/InsertionSort.js )
7480 * [ MergeSort] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/MergeSort.js )
You can’t perform that action at this time.
0 commit comments