On selecting thek largest with median tests

Andrew Chi-Chih Yao
DOI: https://doi.org/10.1007/bf01553891
IF: 0.909
1989-01-01
Algorithmica
Abstract:LetWitk(n) be the minimax complexity of selecting thek largest elements ofn numbersx1,x2,...,xn by pairwise comparisonsxi:xj. It is well known thatW2(n) =n−2+ [lgn], andWk(n) = n + (k−1)lg n +O(1) for all fixed k ≥ 3. In this paper we studyW′k(n), the minimax complexity of selecting thek largest, when tests of the form “Isxi the median of {xi,xj,xt}?” are also allowed. It is proved thatW′2(n) =n−2+ [lgn], andW′k(n) =n + (k−1)lg2n +O(1) for all fixedk≥3.
What problem does this paper attempt to address?