English

A Lower Bound for Dynamic Fractional Cascading

Data Structures and Algorithms 2020-11-05 v2 Computational Geometry

Abstract

We investigate the limits of one of the fundamental ideas in data structures: fractional cascading. This is an important data structure technique to speed up repeated searches for the same key in multiple lists and it has numerous applications. Specifically, the input is a "catalog" graph, GG, of constant degree together with a list of values assigned to every vertex of GG. The goal is to preprocess the input such that given a connected subgraph HH of GG and a single query value qq, one can find the predecessor of qq in every list that belongs to \scat\scat. The classical result by Chazelle and Guibas shows that in a pointer machine, this can be done in the optimal time of \O(logn+\scat)\O(\log n + |\scat|) where nn is the total number of values. However, if insertion and deletion of values are allowed, then the query time slows down to \O(logn+\scatloglogn)\O(\log n + |\scat| \log\log n). If only insertions (or deletions) are allowed, then once again, an optimal query time can be obtained but by using amortization at update time. We prove a lower bound of Ω(lognloglogn)\Omega( \log n \sqrt{\log\log n}) on the worst-case query time of dynamic fractional cascading, when queries are paths of length O(logn)O(\log n). The lower bound applies both to fully dynamic data structures with amortized polylogarithmic update time and incremental data structures with polylogarithmic worst-case update time. As a side, this also roves that amortization is crucial for obtaining an optimal incremental data structure. This is the first non-trivial pointer machine lower bound for a dynamic data structure that breaks the Ω(logn)\Omega(\log n) barrier. In order to obtain this result, we develop a number of new ideas and techniques that hopefully can be useful to obtain additional dynamic lower bounds in the pointer machine model.

Keywords

Cite

@article{arxiv.2011.00503,
  title  = {A Lower Bound for Dynamic Fractional Cascading},
  author = {Peyman Afshani},
  journal= {arXiv preprint arXiv:2011.00503},
  year   = {2020}
}

Comments

Minor edits, and fixes

R2 v1 2026-06-23T19:49:09.260Z