Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 392 Bytes

File metadata and controls

5 lines (4 loc) · 392 Bytes

Comb Sort

Comb sort is a relatively simple sorting algorithm originally designed by Włodzimierz Dobosiewicz in 1980. Later it was rediscovered by Stephen Lacey and Richard Box in 1991. Comb sort improves on bubble sort.

Source: Wikipedia