English

Unit-Disk Range Searching and Applications

Computational Geometry 2022-04-20 v1 Data Structures and Algorithms

Abstract

Given a set PP of nn points in the plane, we consider the problem of computing the number of points of PP in a query unit disk (i.e., all query disks have the same radius). We show that the main techniques for simplex range searching in the plane can be adapted to this problem. For example, by adapting Matou\v{s}ek's results, we can build a data structure of O(n)O(n) space so that each query can be answered in O(n)O(\sqrt{n}) time. Our techniques lead to improvements for several other classical problems, such as batched range searching, counting/reporting intersecting pairs of unit circles, distance selection, discrete 2-center, etc. For example, given a set of nn unit disks and a set of nn points in the plane, the batched range searching problem is to compute for each disk the number of points in it. Previous work [Katz and Sharir, 1997] solved the problem in O(n4/3logn)O(n^{4/3}\log n) time while our new algorithm runs in O(n4/3)O(n^{4/3}) time.

Keywords

Cite

@article{arxiv.2204.08992,
  title  = {Unit-Disk Range Searching and Applications},
  author = {Haitao Wang},
  journal= {arXiv preprint arXiv:2204.08992},
  year   = {2022}
}

Comments

Accepted to SWAT 2022. Abstract shortened to fit arXiv requirements

R2 v1 2026-06-24T10:52:21.183Z