On representing the degree sequences of sublogarithmic-degree Wheeler graphs
Travis Gagie

TL;DR
This paper introduces a space-efficient data structure for storing degree sequences of Wheeler graphs with sublogarithmic maximum degree, enabling constant-time pattern matching queries.
Contribution
It presents a novel storage method for degree sequences of Wheeler graphs with sublogarithmic degree, achieving near-optimal space and constant query time.
Findings
Stores degree sequences in n H_k(S) + o(n) bits for k in o(log n / (log log n)^2)
Enables constant-time pattern matching queries on Wheeler graphs with sublogarithmic degree
Provides a theoretical foundation for efficient Wheeler graph representations
Abstract
We show how to store a searchable partial-sums data structure with constant query time for a static sequence of positive integers in , in bits for . It follows that if a Wheeler graph on vertices has maximum degree in , then we can store its in- and out-degree sequences and in and bits, for , such that querying them for pattern matching in the graph takes constant time.
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 · Computational Geometry and Mesh Generation · Digital Image Processing Techniques
