2D Fractional Cascading on Axis-aligned Planar Subdivisions
Peyman Afshani, Pingan Cheng

TL;DR
This paper explores advanced data structures for 2D fractional cascading on axis-aligned planar subdivisions, revealing new bounds and efficient algorithms that surpass previous quadratic space limitations.
Contribution
It introduces novel bounds and algorithms for 2D fractional cascading on axis-aligned subdivisions, breaking the quadratic space barrier and providing tight bounds for various graph structures.
Findings
Queries on trees and paths run in near-optimal time.
Bounds are proven tight up to inverse Ackermann factors.
New techniques surpass previous quadratic space lower bounds.
Abstract
Fractional cascading is one of the influential techniques in data structures, as it provides a general framework for solving the important iterative search problem. In the problem, the input is a graph with constant degree and a set of values for every vertex of . The goal is to preprocess such that when given a query value , and a connected subgraph of , we can find the predecessor of in all the sets associated with the vertices of . The fundamental result of fractional cascading is that there exists a data structure that uses linear space and it can answer queries in time [Chazelle and Guibas, 1986]. While this technique has received plenty of attention in the past decades, an almost quadratic space lower bound for "2D fractional cascading" [Chazelle and Liu, 2001] has convinced the researchers that fractional cascading is…
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
TopicsComputational Geometry and Mesh Generation · Optimization and Search Problems · Algorithms and Data Compression
