mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
comb_sort: fix typo and indentation
This commit is contained in:
parent
5fb6b31ea9
commit
f4a80fbfcb
@ -2,7 +2,7 @@
|
|||||||
Comb sort is a relatively simple sorting algorithm originally designed by Wlodzimierz Dobosiewicz in 1980.
|
Comb sort is a relatively simple sorting algorithm originally designed by Wlodzimierz Dobosiewicz in 1980.
|
||||||
Later it was rediscovered by Stephen Lacey and Richard Box in 1991. Comb sort improves on bubble sort.
|
Later it was rediscovered by Stephen Lacey and Richard Box in 1991. Comb sort improves on bubble sort.
|
||||||
|
|
||||||
This is pure python implementation of counting sort algorithm
|
This is pure python implementation of comb sort algorithm
|
||||||
For doctests run following command:
|
For doctests run following command:
|
||||||
python -m doctest -v comb_sort.py
|
python -m doctest -v comb_sort.py
|
||||||
or
|
or
|
||||||
|
Loading…
Reference in New Issue
Block a user