Tight cell-probe lower bounds for dynamic succinct dictionaries

T Li, J Liang, H Yu, R Zhou - 2023 IEEE 64th Annual …, 2023 - ieeexplore.ieee.org
A dictionary data structure maintains a set of at most n keys from the universe U under key
insertions and deletions, such that given a query x∈U, it returns if x is in the set. Some …

Strongly history-independent storage allocation: New upper and lower bounds

W Kuszmaul - 2023 IEEE 64th Annual Symposium on …, 2023 - ieeexplore.ieee.org
A data structure is said to be strongly history independent if its state is fully determined by its
current set of elements (and random bits). One of the most basic questions that strongly …

Dynamic “succincter”

T Li, J Liang, H Yu, R Zhou - 2023 IEEE 64th Annual …, 2023 - ieeexplore.ieee.org
Augmented B-trees (aB-trees) are a broad class of data structures. The seminal work
“succincter” by Pǎtraşcu 1 showed that any aB-tree can be stored using only two bits of …

Dynamic dictionary with subconstant wasted bits per key

T Li, J Liang, H Yu, R Zhou - Proceedings of the 2024 Annual ACM-SIAM …, 2024 - SIAM
Dictionaries have been one of the central questions in data structures. A dictionary data
structure maintains a set of key-value pairs under insertions and deletions such that given a …

Randomized Data Structures: New Perspectives and Hidden Surprises

W Kuszmaul - 2023 - dspace.mit.edu
This thesis revisits some of the oldest and most basic questions in the theory of randomized
data structures—questions such as: How efficient is a linear probing hash table? How fast …