Skip to content

Commit 5046c1f

Browse files
committed
Added Comb Sort to main readme file
1 parent 4d56039 commit 5046c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Bad sorting algorithms (don't use these!):
9292
### Miscellaneous
9393

9494
- [Shuffle](Shuffle/). Randomly rearranges the contents of an array.
95+
- [Comb Sort](Comb Sort/). An improve upon the Bubble Sort algorithm.
9596

9697
### Mathematics
9798

0 commit comments

Comments
 (0)