English

Top-k Stabbing Interval Queries

Data Structures and Algorithms 2024-11-06 v1 Computational Geometry

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 I\mathcal{I} of weighted intervals such that, for a query point qq and an integer k>0k>0, we can report the kk intervals with largest weights among those stabbed by qq. In this paper, we present a linear space solution with O(logn+k)O(\log n + k) query time. Moreover, we also present another trade-off for the problem.

Keywords

Cite

@article{arxiv.2411.03037,
  title  = {Top-k Stabbing Interval Queries},
  author = {Waseem Akram and Sanjeev Saxena},
  journal= {arXiv preprint arXiv:2411.03037},
  year   = {2024}
}
R2 v1 2026-06-28T19:48:49.942Z