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

TL;DR
This paper introduces a dynamic data structure for one-dimensional stabbing-max queries with optimal sub-logarithmic query time, linear space, and efficient updates, extending to multi-dimensional cases.
Contribution
It presents a novel dynamic data structure achieving sub-logarithmic query time for stabbing-max problems in one and multiple dimensions.
Findings
Answers 1D stabbing-max queries in $O(rac{ ext{log} n}{ ext{log} ext{log} n})$ time.
Supports insertions and deletions in $O( ext{log} n)$ and $O(rac{ ext{log} n}{ ext{log} ext{log} n})$ amortized time respectively.
Extends to multi-dimensional stabbing-max queries with polylogarithmic time and space complexity.
Abstract
In this paper we describe a dynamic data structure that answers one-dimensional stabbing-max queries in optimal time. Our data structure uses linear space and supports insertions and deletions in and amortized time respectively. We also describe a space data structure that answers -dimensional stabbing-max queries in time. Insertions and deletions are supported in and amortized time respectively.
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
TopicsAlgorithms and Data Compression · Data Management and Algorithms · Advanced Data Storage Technologies
