A Dynamic Stabbing-Max Data Structure with Sub-Logarithmic Query Time

Yakov Nekrich
DOI: https://doi.org/10.48550/arXiv.1109.3890
2011-09-19
Abstract:In this paper we describe a dynamic data structure that answers one-dimensional stabbing-max queries in optimal $O(\log n/\log\log n)$ time. Our data structure uses linear space and supports insertions and deletions in $O(\log n)$ and $O(\log n/\log \log n)$ amortized time respectively. We also describe a $O(n(\log n/\log\log n)^{d-1})$ space data structure that answers $d$-dimensional stabbing-max queries in $O((\log n/\log\log n)^{d})$ time. Insertions and deletions are supported in $O((\log n/\log\log n)^d\log\log n)$ and $O((\log n/\log\log n)^d)$ amortized time respectively.
Data Structures and Algorithms,Computational Geometry
What problem does this paper attempt to address?