Open chfleury opened 2 years ago
CombSort is a quite good algorithm. It improves BubbleSort using the gap instead of just swapping neighbors.
I know this PR is not mergeable, but I implemented CombSort so check it out: https://github.com/trekhleb/javascript-algorithms/pull/932
CombSort is a quite good algorithm. It improves BubbleSort using the gap instead of just swapping neighbors.