English

Range Reporting for Moving Points on a Grid

Data Structures and Algorithms 2010-02-19 v1 Computational Geometry

Abstract

In this paper we describe a new data structure that supports orthogonal range reporting queries on a set of points that move along linear trajectories on a U×UU\times U grid. The assumption that points lie on a U×UU\times U grid enables us to significantly decrease the query time in comparison to the standard kinetic model. Our data structure answers queries in O(logU/loglogU+k)O(\sqrt{\log U/\log \log U}+k) time, where kk denotes the number of points in the answer. The above improves over the Ω(logn)\Omega(\log n) lower bound that is valid in the infinite-precision kinetic model. The methods used in this paper could be also of independent interest.

Keywords

Cite

@article{arxiv.1002.3511,
  title  = {Range Reporting for Moving Points on a Grid},
  author = {Marek Karpinski and J. Ian Munro and Yakov Nekrich},
  journal= {arXiv preprint arXiv:1002.3511},
  year   = {2010}
}

Comments

14 pages

R2 v1 2026-06-21T14:48:28.319Z