2010
DOI: 10.1145/1798596.1798606
|View full text |Cite
|
Sign up to set email alerts
|

Adaptive sampling strategies for quickselects

Abstract: Quickselect with median-of-3 is largely used in practice and its behavior is fairly well understood. However, the following natural adaptive variant, which we call proportion-from-3 , had not been previously analyzed: “choose as pivot the smallest of the sample if the relative rank of the sought element is below 1/3, the largest if the relative rank is above 2/3, and the median if the relative rank is between 1/3 and 2/3.” We first analyze the average number of comparisons made when usi… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
15
0

Year Published

2011
2011
2019
2019

Publication Types

Select...
3
2
2

Relationship

1
6

Authors

Journals

citations
Cited by 15 publications
(15 citation statements)
references
References 15 publications
0
15
0
Order By: Relevance
“…Future research may focus on this scenario, trying to identify an optimal choice for the pivots. Related results are known for classic Quickselect [22,24] and Yaroslavskiy's algorithm in Quicksorting [39].…”
Section: Resultsmentioning
confidence: 91%
“…Future research may focus on this scenario, trying to identify an optimal choice for the pivots. Related results are known for classic Quickselect [22,24] and Yaroslavskiy's algorithm in Quicksorting [39].…”
Section: Resultsmentioning
confidence: 91%
“…larger of two sampled elements depending on whether α ≤ 1/2 or α > 1/2 holds. 5 This adaptive variant was considered in [29]; it is optimal w.r.t. comparisons for sample size 2 and beats YQS w.r.t.…”
Section: Ybb-select With Linear Ranksmentioning
confidence: 99%
“…Second, it is known that choosing the pivot adaptively, i.e., depending on the value of m (mimicking the asymptotically optimal Floyd-Rivest algorithm!) improves the average costs by a significant factor even for small sample sizes [29].…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…Martínez, Panario, and Viola [24] analyze the behavior of QUICKSELECT with small data sets and propose stopping QUICKSELECT's recursion early and using sorting as an alternative policy below a cutoff, essentially a simple multi-strategy QUICKSELECT. Same authors [25] propose several adaptive sampling strategies for QUICKSELECT that take into account the index searched.…”
Section: Related Workmentioning
confidence: 99%