English

Succinct Data Structure for Chordal Graphs with Bounded Vertex Leafage

Data Structures and Algorithms 2024-04-12 v2

Abstract

We improve the worst-case information theoretic lower bound of Munro and Wu (ISAAC 2018) for nn-vertex unlabeled chordal graphs when vertex leafage is bounded and leafage is unbounded. The class of unlabeled kk-vertex leafage chordal graphs that consists of all chordal graphs with vertex leafage at most kk and unbounded leafage, denoted Gk\mathcal{G}_k, is introduced for the first time. For k>0k>0 in o(n/logn)o(n/\log n), we obtain a lower bound of ((k1)nlognknlogkO(logn))((k-1)n \log n -kn \log k - O(\log n))-bits on the size of any data structure that encodes a graph in Gk\mathcal{G}_k. Further, for every kk-vertex leafage chordal graph GG such that for k>1k>1 in o(nc),c>0o(n^c), c >0, we present a ((k1)nlogn+o(knlogn))((k-1)n \log n + o(kn \log n))-bit succinct data structure, constructed using the succinct data structure for path graphs with kn/2kn/2 vertices. Our data structure supports adjacency query in O(klogn)O(k \log n) time and using additional 2nlogn2n \log n bits, an O(k2dvlogn+log2n)O(k^2 d_v \log n + \log^2 n) time neighbourhood query where dvd_v is degree of vVv \in V.

Keywords

Cite

@article{arxiv.2402.03748,
  title  = {Succinct Data Structure for Chordal Graphs with Bounded Vertex Leafage},
  author = {Girish Balakrishnan and Sankardeep Chakraborty and N S Narayanaswamy and Kunihiko Sadakane},
  journal= {arXiv preprint arXiv:2402.03748},
  year   = {2024}
}

Comments

19 pages, 2 figure

R2 v1 2026-06-28T14:39:44.672Z