MCPcopy Index your code
hub / github.com/subbarayudu-j/TheAlgorithms-Python / comb_sort.py

File comb_sort.py

sorts/comb_sort.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Comb sort is a relatively simple sorting algorithm originally designed by Wlodzimierz Dobosiewicz in 1980.
3Later it was rediscovered by Stephen Lacey and Richard Box in 1991. Comb sort improves on bubble sort.
4

Callers

nothing calls this directly

Calls 2

comb_sortFunction · 0.85
splitMethod · 0.80

Tested by

no test coverage detected