English

A Time-space Trade-off for Computing the Geodesic Center of a Simple Polygon

Computational Geometry 2019-08-30 v1

Abstract

In this paper we study the problem of computing the geodesic center of a simple polygon when the available workspace is limited. For an nn-vertex simple polygon, we give a time-space trade-off algorithm that finds the geodesic center in O(T(n,s)log2n+n2slogn)O(T(n, s) \log^2 n+ \frac{n^2}{s} \log n) expected time and uses O(s)O(s) additional words of space where sΩ(logn)O(n)s\in \Omega(\log n) \cap O(n), and T(n,s)T(n, s) is the time needed for constructing the shortest path tree of a given point inside a simple polygon, in depth-first order, with O(s)O(s) extra space. Applying the best current known time-space trade-off of Oh and Ahn (Algorithmica 2019) for shortest path tree, our algorithm runs in O(n2slog3n)O(\frac{n^2}{s} \log^3 n) expected time.

Keywords

Cite

@article{arxiv.1908.11260,
  title  = {A Time-space Trade-off for Computing the Geodesic Center of a Simple Polygon},
  author = {Pardis Kavand and Ali Mohades and Mohammad Reza Kazemi},
  journal= {arXiv preprint arXiv:1908.11260},
  year   = {2019}
}

Comments

11 pages

R2 v1 2026-06-23T11:00:00.876Z