English

Largest Empty Circle Centered on a Query Line

Computational Geometry 2010-04-15 v1

Abstract

The Largest Empty Circle problem seeks the largest circle centered within the convex hull of a set PP of nn points in R2\mathbb{R}^2 and devoid of points from PP. In this paper, we introduce a query version of this well-studied problem. In our query version, we are required to preprocess PP so that when given a query line QQ, we can quickly compute the largest empty circle centered at some point on QQ and within the convex hull of PP. We present solutions for two special cases and the general case; all our queries run in O(logn)O(\log n) time. We restrict the query line to be horizontal in the first special case, which we preprocess in O(nα(n)logn)O(n \alpha(n) \log n) time and space, where α(n)\alpha(n) is the slow growing inverse of the Ackermann's function. When the query line is restricted to pass through a fixed point, the second special case, our preprocessing takes O(nα(n)O(α(n))logn)O(n \alpha(n)^{O(\alpha(n))} \log n) time and space. We use insights from the two special cases to solve the general version of the problem with preprocessing time and space in O(n3logn)O(n^3 \log n) and O(n3)O(n^3) respectively.

Cite

@article{arxiv.0809.2651,
  title  = {Largest Empty Circle Centered on a Query Line},
  author = {John Augustine and Brian Putnam and Sasanka Roy},
  journal= {arXiv preprint arXiv:0809.2651},
  year   = {2010}
}

Comments

18 pages, 13 figures

R2 v1 2026-06-21T11:20:35.223Z