English

Shortest Secure Path in a Voronoi Diagram

Computational Geometry 2021-03-22 v2

Abstract

We investigate the problem of computing the shortest secure path in a Voronoi diagram. Here, a path is secure if it is a sequence of touching Voronoi cells, where each Voronoi cell in the path has a uniform cost of being secured. Importantly, we allow inserting new sites, which in some cases leads to significantly shorter paths. We present an O(nlogn)O(n \log n) time algorithm for solving this problem in the plane, which uses a dynamic additive weighted Voronoi diagram to compute this path. The algorithm is an interesting combination of the continuous and discrete Dijkstra algorithms. We also implemented the algorithm using CGAL.

Keywords

Cite

@article{arxiv.2007.09773,
  title  = {Shortest Secure Path in a Voronoi Diagram},
  author = {Sariel Har-Peled and Rajgopal Varadharajan},
  journal= {arXiv preprint arXiv:2007.09773},
  year   = {2021}
}
R2 v1 2026-06-23T17:13:54.093Z