Multiparty Selection
Abstract
Given a sequence of numbers and an integer (target) parameter , the (exact) selection problem asks to find the -th smallest element in . An element is said to be -mediocre if it is neither among the top nor among the bottom elements of . The approximate selection problem asks to find a -mediocre element for some given ; 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 players.
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