Nearly Optimal Separation Between Partially And Fully Retroactive Data Structures

04/18/2018
by   Lijie Chen, et al.
0

Since the introduction of retroactive data structures at SODA 2004, a major unsolved problem has been to bound the gap between the best partially retroactive data structure (where changes can be made to the past, but only the present can be queried) and the best fully retroactive data structure (where the past can also be queried) for any problem. It was proved in 2004 that any partially retroactive data structure with operation time T(n,m) can be transformed into a fully retroactive data structure with operation time O(√(m)· T(n,m)), where n is the size of the data structure and m is the number of operations in the timeline [Demaine 2004], but it has been open for 14 years whether such a gap is necessary. In this paper, we prove nearly matching upper and lower bounds on this gap for all n and m. We improve the upper bound for n ≪√(m) by showing a new transformation with multiplicative overhead n m. We then prove a lower bound of {n m, √(m)}^1-o(1) assuming any of the following conjectures: - Conjecture I: Circuit SAT requires 2^n - o(n) time on n-input circuits of size 2^o(n). (Far weaker than the well-believed SETH conjecture, which asserts that CNF SAT with n variables and O(n) clauses already requires 2^n-o(n) time.) - Conjecture II: Online (,+) product between an integer n× n matrix and n vectors requires n^3 - o(1) time. - Conjecture III (3-SUM Conjecture): Given three sets A,B,C of integers, each of size n, deciding whether there exist a ∈ A, b ∈ B, c ∈ C such that a + b + c = 0 requires n^2 - o(1) time. Our lower bound construction illustrates an interesting power of fully retroactive queries: they can be used to quickly solve batched pair evaluation. We believe this technique can prove useful for other data structure lower bounds, especially dynamic ones.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/26/2022

Lower Bounds on Retroactive Data Structures

We prove essentially optimal fine-grained lower bounds on the gap betwee...
research
02/22/2022

How Fast Can We Play Tetris Greedily With Rectangular Pieces?

Consider a variant of Tetris played on a board of width w and infinite h...
research
10/29/2019

An Adaptive Step Toward the Multiphase Conjecture

In 2010, Pǎtraşcu proposed the following three-phase dynamic problem, as...
research
02/18/2021

Data Structures Lower Bounds and Popular Conjectures

In this paper, we investigate the relative power of several conjectures ...
research
09/11/2022

Nearly all k-SAT functions are unate

We prove that 1-o(1) fraction of all k-SAT functions on n Boolean variab...
research
08/12/2021

Derandomization of Cell Sampling

Since 1989, the best known lower bound on static data structures was Sie...
research
12/01/2018

Distributed mining of time--faded heavy hitters

We present P2PTFHH (Peer--to--Peer Time--Faded Heavy Hitters) which, to ...

Please sign up or login with your details

Forgot password? Click here to reset