Succinct Permutation Graphs
Konstantinos Tsakalidis, Sebastian Wild, Viktor Zamaraev

TL;DR
This paper introduces new succinct data structures for permutation and circular permutation graphs that support various queries efficiently, including the first exact distance oracle for these classes.
Contribution
It presents the first succinct exact distance oracle for permutation graphs and extends support for multiple queries, including neighborhood, degree, and shortest paths, with optimal or near-optimal space and time complexity.
Findings
Supports distance, adjacency, and neighborhood queries in optimal time.
Introduces a succinct data structure for bipartite permutation graphs.
Develops semi-distributed representations that bypass lower bounds on distance labeling.
Abstract
We present a succinct data structure for permutation graphs, and their superclass of circular permutation graphs, i.e., data structures using optimal space up to lower order terms. Unlike concurrent work on circle graphs (Acan et al. 2022), our data structure also supports distance and shortest-path queries, as well as adjacency and neighborhood queries, all in optimal time. We present in particular the first succinct exact distance oracle for (circular) permutation graphs. A second succinct data structure also supports degree queries in time independent of the neighborhood's size at the expense of an -factor overhead in all running times. Furthermore, we develop a succinct data structure for the class of bipartite permutation graphs. We demonstrate how to run algorithms directly over our succinct representations for several problems on permutation graphs: Clique,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Distributed systems and fault tolerance · Advanced Graph Theory Research
