Skip to content

Commit 0951ea3

Browse files
Stephen RutsteinStephen Rutstein
authored andcommitted
Quick change to the read me file to fix spacing
1 parent 185e7ca commit 0951ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Comb Sort/README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ removes a worst-case scenario of Bubble Sort, and greatly improves on the time c
1515
A step-by-step example of how Comb Sort works, and differs from Bubble Sort, can be seen [here](http://www.exforsys.com/tutorials/c-algorithms/comb-sort.html).
1616

1717
Here is a visual to see Comb Sort in effect:
18+
1819
![](https://upload.wikimedia.org/wikipedia/commons/4/46/Comb_sort_demo.gif)
1920

2021
## Algorithm

0 commit comments

Comments
 (0)