q sort (original) (raw)
(algorithm)
**Definition:**The sort function in many libraries. It is generally a combination of quicksort, for many items, and insertion sort, for a few items.
Generalization (I am a kind of ...)
sort.
Aggregate child (... is a part of or used in me.)
quicksort, insertion sort.
Author: DCR
Implementation
Pat Morin's implementation (Java). Apple Opensource qsort (C).
Go to theDictionary of Algorithms and Data Structures home page.
If you have suggestions, corrections, or comments, please get in touch with Paul Black.
Entry modified 19 January 2021.
HTML page formatted Wed Oct 30 12:15:31 2024.
Cite this as:
David C. Rankin, "q sort", inDictionary of Algorithms and Data Structures [online], Paul E. Black, ed. 19 January 2021. (accessed TODAY) Available from: https://www.nist.gov/dads/HTML/qsort.html