Representation of ordered trees with a given degree distribution
Dekel Tsur

TL;DR
This paper introduces a space-efficient data structure for representing ordered trees with a specified degree distribution, enabling constant-time queries and improving upon previous methods in terms of space usage.
Contribution
It presents a novel data structure that stores ordered trees with a given degree distribution using less space than existing solutions, with constant-time query performance.
Findings
Uses $ ext{log} ext{N}( extbf{n}) + O(n/ ext{log}^t n)$ bits for storage.
Supports tree queries in constant time.
Outperforms previous data structures in space efficiency.
Abstract
The degree distribution of an ordered tree with nodes is , where is the number of nodes in with children. Let be the number of trees with degree distribution . We give a data structure that stores an ordered tree with nodes and degree distribution using bits for every constant . The data structure answers tree queries in constant time. This improves the current data structures with lowest space for ordered trees: The structure of Jansson et al.\ [JCSS 2012] that uses bits, and the structure of Navarro and Sadakane [TALG 2014] that uses bits for every constant .
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.
