English

On Romeo and Juliet Problems: Minimizing Distance-to-Sight

Computational Geometry 2019-06-05 v1 Data Structures and Algorithms

Abstract

We introduce a variant of the watchman route problem, which we call the quickest pair-visibility problem. Given two persons standing at points ss and tt in a simple polygon PP with no holes, we want to minimize the distance they travel in order to see each other in PP. We solve two variants of this problem, one minimizing the longer distance the two persons travel (min-max) and one minimizing the total travel distance (min-sum), optimally in linear time. We also consider a query version of this problem for the min-max variant. We can preprocess a simple nn-gon in linear time so that the minimum of the longer distance the two persons travel can be computed in O(log2n)O(\log^2 n) time for any two query positions s,ts,t where the two persons start.

Cite

@article{arxiv.1906.01114,
  title  = {On Romeo and Juliet Problems: Minimizing Distance-to-Sight},
  author = {Hee-Kap Ahn and Eunjin Oh and Lena Schlipf and Fabian Stehn and Darren Strash},
  journal= {arXiv preprint arXiv:1906.01114},
  year   = {2019}
}

Comments

12 pages, 8 figures; appeared in Proc. 16th Scandinavian Symposium and Workshops on Algorithm Theory (SWAT 2018)

R2 v1 2026-06-23T09:40:06.480Z