javascript-algorithms
javascript-algorithms copied to clipboard
Add CombSort
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