English

An Efficient Algorithm for Partial Order Production

Data Structures and Algorithms 2010-05-06 v2

Abstract

We consider the problem of partial order production: arrange the elements of an unknown totally ordered set T into a target partially ordered set S, by comparing a minimum number of pairs in T. Special cases include sorting by comparisons, selection, multiple selection, and heap construction. We give an algorithm performing ITLB + o(ITLB) + O(n) comparisons in the worst case. Here, n denotes the size of the ground sets, and ITLB denotes a natural information-theoretic lower bound on the number of comparisons needed to produce the target partial order. Our approach is to replace the target partial order by a weak order (that is, a partial order with a layered structure) extending it, without increasing the information theoretic lower bound too much. We then solve the problem by applying an efficient multiple selection algorithm. The overall complexity of our algorithm is polynomial. This answers a question of Yao (SIAM J. Comput. 18, 1989). We base our analysis on the entropy of the target partial order, a quantity that can be efficiently computed and provides a good estimate of the information-theoretic lower bound.

Keywords

Cite

@article{arxiv.0811.2572,
  title  = {An Efficient Algorithm for Partial Order Production},
  author = {Jean Cardinal and Samuel Fiorini and Gwenaël Joret and Raphaël M. Jungers and J. Ian Munro},
  journal= {arXiv preprint arXiv:0811.2572},
  year   = {2010}
}

Comments

Referees' comments incorporated

R2 v1 2026-06-21T11:42:12.763Z