Online List Labeling with Near-Logarithmic Writes

Martin P. Seybold
2024-05-08
Abstract:In the Online List Labeling problem, a set of $n \leq N$ elements from a totally ordered universe must be stored in sorted order in an array with $m=N+\lceil\varepsilon N \rceil$ slots, where $\varepsilon \in (0,1]$ is constant, while an adversary chooses elements that must be inserted and deleted from the set.
Data Structures and Algorithms
What problem does this paper attempt to address?