Partitioning schemes for quicksort and quickselect
Data Structures and Algorithms
2007-05-23 v1
Abstract
We introduce several modifications of the partitioning schemes used in Hoare's quicksort and quickselect algorithms, including ternary schemes which identify keys less or greater than the pivot. We give estimates for the numbers of swaps made by each scheme. Our computational experiments indicate that ternary schemes allow quickselect to identify all keys equal to the selected key at little additional cost.
Cite
@article{arxiv.cs/0312054,
title = {Partitioning schemes for quicksort and quickselect},
author = {Krzysztof C. Kiwiel},
journal= {arXiv preprint arXiv:cs/0312054},
year = {2007}
}
Comments
21 pages