English

Farthest-point Voronoi diagrams in the presence of rectangular obstacles

Computational Geometry 2022-03-08 v1

Abstract

We present an algorithm to compute the geodesic L1L_1 farthest-point Voronoi diagram of mm point sites in the presence of nn rectangular obstacles in the plane. It takes O(nm+nlogn+mlogm)O(nm+n \log n + m\log m) construction time using O(nm)O(nm) space. This is the first optimal algorithm for constructing the farthest-point Voronoi diagram in the presence of obstacles. We can construct a data structure in the same construction time and space that answers a farthest-neighbor query in O(log(n+m))O(\log(n+m)) time.

Keywords

Cite

@article{arxiv.2203.03198,
  title  = {Farthest-point Voronoi diagrams in the presence of rectangular obstacles},
  author = {Mincheol Kim and Chanyang Seo and Taehoon Ahn and Hee-Kap Ahn},
  journal= {arXiv preprint arXiv:2203.03198},
  year   = {2022}
}