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.
1 parent 902cee0 commit 1ae6344Copy full SHA for 1ae6344
sorts/comb_sort.py
@@ -5,8 +5,7 @@
5
Comb sort improves on bubble sort algorithm.
6
In bubble sort, distance (or gap) between two compared elements is always one.
7
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.
+down by small values at the end of a list.
10
11
More info on: https://en.wikipedia.org/wiki/Comb_sort
12
0 commit comments