中文

Partitioning schemes for quicksort and quickselect

数据结构与算法 2007-05-23 v1

摘要

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.

引用

@article{arxiv.cs/0312054,
  title  = {Partitioning schemes for quicksort and quickselect},
  author = {Krzysztof C. Kiwiel},
  journal= {arXiv preprint arXiv:cs/0312054},
  year   = {2007}
}

备注

21 pages