Skip to content

Commit 1ae6344

Browse files
authored
Improve comments in comb_sort.py
1 parent 902cee0 commit 1ae6344

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sorts/comb_sort.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
Comb sort improves on bubble sort algorithm.
66
In bubble sort, distance (or gap) between two compared elements is always one.
77
Comb sort improvement is that gap can be much more than 1, in order to prevent slowing
8-
down by small values
9-
at the end of a list.
8+
down by small values at the end of a list.
109
1110
More info on: https://en.wikipedia.org/wiki/Comb_sort
1211

0 commit comments

Comments
 (0)