English

Succinct data structure for dynamic trees with faster queries

Data Structures and Algorithms 2018-05-30 v1

Abstract

Navarro and Sadakane [TALG 2014] gave a dynamic succinct data structure for storing an ordinal tree. The structure supports tree queries in either O(logn/loglogn)O(\log n/\log\log n) or O(logn)O(\log n) time, and insertion or deletion of a single node in O(logn)O(\log n) time. In this paper we improve the result of Navarro and Sadakane by reducing the time complexities of some queries (e.g.\ degree and level\_ancestor) from O(logn)O(\log n) to O(logn/loglogn)O(\log n/\log\log n).

Keywords

Cite

@article{arxiv.1805.11255,
  title  = {Succinct data structure for dynamic trees with faster queries},
  author = {Dekel Tsur},
  journal= {arXiv preprint arXiv:1805.11255},
  year   = {2018}
}
R2 v1 2026-06-23T02:11:24.584Z