Talk:Sorting algorithms/Comb sort: Difference between revisions

m
(→‎Faulty Code: task marked clarified-review ...)
Line 18:
gap := int(gap / 1.25)</pre>to this:
<pre> //update the gap value for a next comb. Below is an example
if gap >< 1
gap := int(gap / 1.25)
end if</pre>
138

edits