English

Multiparty Selection

Data Structures and Algorithms 2020-04-22 v2 Computational Complexity Discrete Mathematics

Abstract

Given a sequence AA of nn numbers and an integer (target) parameter 1in1\leq i\leq n, the (exact) selection problem asks to find the ii-th smallest element in AA. An element is said to be (i,j)(i,j)-mediocre if it is neither among the top ii nor among the bottom jj elements of SS. The approximate selection problem asks to find a (i,j)(i,j)-mediocre element for some given i,ji,j; as such, this variant allows the algorithm to return any element in a prescribed range. In the first part, we revisit the selection problem in the two-party model introduced by Andrew Yao (1979) and then extend our study of exact selection to the multiparty model. In the second part, we deduce some communication complexity benefits that arise in approximate selection. In particular, we present a deterministic protocol for finding an approximate median among kk players.

Keywords

Cite

@article{arxiv.2004.05548,
  title  = {Multiparty Selection},
  author = {Ke Chen and Adrian Dumitrescu},
  journal= {arXiv preprint arXiv:2004.05548},
  year   = {2020}
}

Comments

12 pages, 2 figures, and new section for finding an approximate median among $k$ players has been added