English

Succinct Posets

Data Structures and Algorithms 2012-04-24 v2

Abstract

We describe an algorithm for compressing a partially ordered set, or \emph{poset}, so that it occupies space matching the information theory lower bound (to within lower order terms), in the worst case. Using this algorithm, we design a succinct data structure for representing a poset that, given two elements, can report whether one precedes the other in constant time. This is equivalent to succinctly representing the transitive closure graph of the poset, and we note that the same method can also be used to succinctly represent the transitive reduction graph. For an nn element poset, the data structure occupies n2/4+o(n2)n^2/4 + o(n^2) bits, in the worst case, which is roughly half the space occupied by an upper triangular matrix. Furthermore, a slight extension to this data structure yields a succinct oracle for reachability in arbitrary directed graphs. Thus, using roughly a quarter of the space required to represent an arbitrary directed graph, reachability queries can be supported in constant time.

Keywords

Cite

@article{arxiv.1204.1957,
  title  = {Succinct Posets},
  author = {J. Ian Munro and Patrick K. Nicholson},
  journal= {arXiv preprint arXiv:1204.1957},
  year   = {2012}
}

Comments

12 pages lncs format + short appendix

R2 v1 2026-06-21T20:46:49.040Z