HEAPSORT
Heapsort
Heapsort is a comparison-based sorting algorithm to create a sorted array, and is part of the selection sort family. Although somewhat slower in practice on most machines than a well-implemented quicksort, it has the advantage of a more favorable worst-case O runtime. Heapsort is an in-place algorithm, but it is not a stable sort. It was invented by J. W. J. Williams in 1964.The above text is a snippet from Wikipedia: Heapsort
and as such is available under the Creative Commons Attribution/Share-Alike License.
heapsort
Noun
- A sorting algorithm based on the heap data structure.
Verb
- To sort with such an algorithm.
The above text is a snippet from Wiktionary: heapsort
and as such is available under the Creative Commons Attribution/Share-Alike License.