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 @@ -21,9 +21,9 @@ This repository contains algorithms and data structures implemented in F# for ed
21
21
+ [ Cycle Sort] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Cycle_Sort.fs )
22
22
+ [ Gnome Sort] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Gnome_Sort.fs )
23
23
+ [ Heap Sort] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Heap_Sort.fs )
24
+ + [ Insertion Sort] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Insertion_Sort.fs )
24
25
+ [ Merge Sort] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Merge_Sort.fs )
25
26
+ [ Pancake Sort] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Pancake_Sort.fs )
26
- + [ Insertion Sort] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Insertion_Sort.fs )
27
27
+ [ Quick Sort] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Quick_Sort.fs )
28
28
+ [ Strings] ( https://github.com/TheAlgorithms/F-Sharp/tree/main/Algorithms/Strings )
29
29
+ [ Capitalize] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/Capitalize.fs )
You can’t perform that action at this time.
0 commit comments