(algorithm)
Definition: A variant of heapsort that takes advantage of a partially ordered table. Performance is O(n) when input is sorted and O(n log n) performance for worst case.
See also heapsort.
Note: From Lynn Milnes <trjudo@hotmail.com> August 2003
Author: PEB
Edsger W. Dijkstra, An alternative to Heapsort for sorting in situ, manuscript, June 1981. PDF.
If you have suggestions, corrections, or comments, please get in touch with Paul Black.
Entry modified 4 October 2010.
HTML page formatted Mon Feb 2 13:10:40 2015.
Cite this as:
Paul E. Black, "smoothsort", in
Dictionary of Algorithms and Data Structures [online], Vreda Pieterse and Paul E. Black, eds. 4 October 2010. (accessed TODAY)
Available from: http://www.nist.gov/dads/HTML/smoothsort.html