We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27ca6a3 + e83c2a1 commit 5df08cdCopy full SHA for 5df08cd
README.md
@@ -9,6 +9,7 @@ This repository contains algorithms and data structures implemented in F# for ed
9
+ [Bubble Sort](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Bubble_Sort.fs)
10
+ [Comb Sort](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Comb_Sort.fs)
11
+ [Cycle Sort](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Cycle_Sort.fs)
12
+ + [Gnome Sort](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Gnome_Sort.fs)
13
14
## Contribution
15
You can contribute with pleasure to this repository. Please orient on the directory structure and overall code style of this repository.
0 commit comments