English

Optimal Distance Labeling for Permutation Graphs

Data Structures and Algorithms 2024-07-18 v1

Abstract

A permutation graph is the intersection graph of a set of segments between two parallel lines. In other words, they are defined by a permutation π\pi on nn elements, such that uu and vv are adjacent if an only if u<vu<v but π(u)>π(v)\pi(u)>\pi(v). We consider the problem of computing the distances in such a graph in the setting of informative labeling schemes. The goal of such a scheme is to assign a short bitstring (u)\ell(u) to every vertex uu, such that the distance between uu and vv can be computed using only (u)\ell(u) and (v)\ell(v), and no further knowledge about the whole graph (other than that it is a permutation graph). This elegantly captures the intuition that we would like our data structure to be distributed, and often leads to interesting combinatorial challenges while trying to obtain lower and upper bounds that match up to the lower-order terms. For distance labeling of permutation graphs on nn vertices, Katz, Katz, and Peleg [STACS 2000] showed how to construct labels consisting of O(log2n)\mathcal{O}(\log^{2} n) bits. Later, Bazzaro and Gavoille [Discret. Math. 309(11)] obtained an asymptotically optimal bounds by showing how to construct labels consisting of 9logn+O(1)9\log{n}+\mathcal{O}(1) bits, and proving that 3lognO(loglogn)3\log{n}-\mathcal{O}(\log{\log{n}}) bits are necessary. This however leaves a quite large gap between the known lower and upper bounds. We close this gap by showing how to construct labels consisting of 3logn+O(loglogn)3\log{n}+\mathcal{O}(\log\log n) bits.

Keywords

Cite

@article{arxiv.2407.12147,
  title  = {Optimal Distance Labeling for Permutation Graphs},
  author = {Paweł Gawrychowski and Wojciech Janczewski},
  journal= {arXiv preprint arXiv:2407.12147},
  year   = {2024}
}
R2 v1 2026-06-28T17:43:45.588Z