Skip to content

Files

Latest commit

e2b1b9e · Oct 21, 2018

History

History

Comb Sort

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 21, 2018
Oct 21, 2018

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