English

Generalized Sorting with Predictions

Data Structures and Algorithms 2020-11-03 v1

Abstract

Generalized sorting problem, also known as sorting with forbidden comparisons, was first introduced by Huang et al. together with a randomized algorithm which requires O~(n3/2)\tilde O(n^{3/2}) probes. We study this problem with additional predictions for all pairs of allowed comparisons as input. We propose a randomized algorithm which uses O(nlogn+w)O(n \log n+w) probes with high probability and a deterministic algorithm which uses O(nw)O(nw) probes, where ww is the number of mistakes made by prediction.

Keywords

Cite

@article{arxiv.2011.00172,
  title  = {Generalized Sorting with Predictions},
  author = {Pinyan Lu and Xuandi Ren and Enze Sun and Yubo Zhang},
  journal= {arXiv preprint arXiv:2011.00172},
  year   = {2020}
}

Comments

To appear in SOSA 2021

R2 v1 2026-06-23T19:48:01.092Z