Top-k Stabbing Interval Queries

Waseem Akram,Sanjeev Saxena
2024-11-05
Abstract:We investigate a weighted variant of the interval stabbing problem, where the goal is to design an efficient data structure for a given set $\mathcal{I}$ of weighted intervals such that, for a query point $q$ and an integer $k>0$, we can report the $k$ intervals with largest weights among those stabbed by $q$. In this paper, we present a linear space solution with $O(\log n + k)$ query time. Moreover, we also present another trade-off for the problem.
Data Structures and Algorithms,Computational Geometry
What problem does this paper attempt to address?