Comb sort is a comparison-based sorting algorithm that is an improvement over the simpler bubble sort. It was developed in 1986 by Włodzimierz Dobrzanski. The main idea behind comb sort is to eliminate small values near the end of the list, which can significantly slow down the sorting process in traditional algorithms, such as bubble sort.
New to topics? Read the docs here!