English

Sorting and Selection in Rounds with Adversarial Comparisons

Data Structures and Algorithms 2025-09-09 v2

Abstract

We continue the study of selection and sorting of nn numbers under the adversarial comparator model, where comparisons can be adversarially tampered with if the arguments are sufficiently close. We derive a randomized sorting algorithm that does O(nlog2n)O(n \log^2 n) comparisons and gives a correct answer with high probability, addressing an open problem of Ajtai, Feldman, Hassadim, and Nelson [AFHN15]. Our algorithm also implies a selection algorithm that does O(nlogn)O(n \log n) comparisons and gives a correct answer with high probability. Both of these results are a log\log factor away from the naive lower bound. [AFHN15] shows an Ω(n1+ε)\Omega(n^{1+\varepsilon}) lower bound for both sorting and selection in the deterministic case, so our results also prove a discrepancy between what is possible with deterministic and randomized algorithms in this setting. We also consider both sorting and selection in rounds, exploring the tradeoff between accuracy, number of comparisons, and number of rounds. Using results from sorting networks, we give general algorithms for sorting in dd rounds where the number of comparisons increases with dd and the accuracy decreases with dd. Using these algorithms, we derive selection algorithms in d+O(logd)d+O(\log d) rounds that use the same number of comparisons as the corresponding sorting algorithm, but have a constant accuracy. Notably, this gives selection algorithms in dd rounds that use n1+o(1)n^{1 + o(1)} comparisons and have constant accuracy for all d=ω(1)d = \omega(1), which still beats the deterministic lower bound of Ω(n1+ε)\Omega(n^{1+\varepsilon}).

Keywords

Cite

@article{arxiv.2310.09483,
  title  = {Sorting and Selection in Rounds with Adversarial Comparisons},
  author = {Chris Trevisan},
  journal= {arXiv preprint arXiv:2310.09483},
  year   = {2025}
}

Comments

SODA 2024; minor revisions

R2 v1 2026-06-28T12:50:30.799Z