Skip to content

Commit 5df08cd

Browse files
committed
Merge branch 'main' of https://github.com/thealgorithms/f-sharp into main
2 parents 27ca6a3 + e83c2a1 commit 5df08cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This repository contains algorithms and data structures implemented in F# for ed
99
+ [Bubble Sort](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Bubble_Sort.fs)
1010
+ [Comb Sort](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Comb_Sort.fs)
1111
+ [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)
1213

1314
## Contribution
1415
You can contribute with pleasure to this repository. Please orient on the directory structure and overall code style of this repository.

0 commit comments

Comments
 (0)