Succinct Data Structure for Path Graphs
Girish Balakrishnan, Sankardeep Chakraborty, N S Narayanaswamy,, Kunihiko Sadakane

TL;DR
This paper introduces two space-efficient data structures for path graphs that enable fast adjacency, neighborhood, and degree queries, improving query times while maintaining succinct space usage.
Contribution
The paper presents novel succinct data structures for path graphs supporting efficient queries, utilizing heavy path decomposition and wavelet trees, with space and time improvements over previous methods.
Findings
First data structure supports adjacency in O(log n) time.
Second data structure supports adjacency and degree in O(1) time.
Both structures use advanced decomposition and range search techniques.
Abstract
We consider the problem of designing a succinct data structure for {\it path graphs} (which are a proper subclass of chordal graphs and a proper superclass of interval graphs) on vertices while supporting degree, adjacency, and neighborhood queries efficiently. We provide the following two solutions for this problem: - an -bit succinct data structure that supports adjacency query in time, neighborhood query in time and finally, degree query in where is the degree of the queried vertex. - an -bit space-efficient data structure that supports adjacency and degree queries in time, and the neighborhood query in time where is the degree of the queried vertex. Central to our data structures is the usage of the classical heavy path decomposition by Sleator and…
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
TopicsAlgorithms and Data Compression · Advanced Graph Theory Research · Machine Learning and Algorithms
