javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

Add CombSort

Open chfleury opened this issue 3 years ago • 1 comments

CombSort is a quite good algorithm. It improves BubbleSort using the gap instead of just swapping neighbors.

chfleury avatar Aug 27 '22 13:08 chfleury

I know this PR is not mergeable, but I implemented CombSort so check it out: https://github.com/trekhleb/javascript-algorithms/pull/932

chfleury avatar Aug 27 '22 14:08 chfleury