Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

PDF

Utah State University

Computer Science Faculty and Staff Publications

Series

2021

Triple-point geodesic center

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

An Optimal Deterministic Algorithm For Geodesic Farthest-Point Voronoi Diagrams In Simple Polygons, Haitao Wang Feb 2021

An Optimal Deterministic Algorithm For Geodesic Farthest-Point Voronoi Diagrams In Simple Polygons, Haitao Wang

Computer Science Faculty and Staff Publications

Given a set S of m point sites in a simple polygon P of n vertices, we consider the problem of computing the geodesic farthest-point Voronoi diagram for S in P. It is known that the problem has an Ω(n + m log m) time lower bound. Previously, a randomized algorithm was proposed [Barba, SoCG 2019] that can solve the problem in O(n + m log m) expected time. The previous best deterministic algorithms solve the problem in O(n log log n + m log m) time [Oh, Barba, and Ahn, …