Cell-probe Lower Bounds for Dynamic Problems via a New Communication Model
Huacheng Yu

TL;DR
This paper introduces a new communication model to establish lower bounds on the time complexity of dynamic data structures, particularly for the interval union problem, revealing fundamental computational limits.
Contribution
It presents a novel communication model and leverages it to prove tight lower bounds for dynamic interval union and related graph problems, advancing understanding of data structure complexity.
Findings
Any data structure for dynamic interval union with constant error probability requires (n .01) time in expectation.
The new communication model enables proving lower bounds via reductions from nondeterministic communication games.
Lower bounds are extended to several dynamic graph problems through problem reductions.
Abstract
In this paper, we develop a new communication model to prove a data structure lower bound for the dynamic interval union problem. The problem is to maintain a multiset of intervals over with integer coordinates, supporting the following operations: - insert(a, b): add an interval to , provided that and are integers in ; - delete(a, b): delete a (previously inserted) interval from ; - query(): return the total length of the union of all intervals in . It is related to the two-dimensional case of Klee's measure problem. We prove that there is a distribution over sequences of operations with insertions and deletions, and queries, for which any data structure with any constant error probability requires time in expectation. Interestingly, we use the…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
