Largest Empty Circle Centered on a Query Line
John Augustine, Brian Putnam, Sasanka Roy

TL;DR
This paper introduces a query-based approach to find the largest empty circle centered on a query line within a convex hull, providing efficient algorithms for special and general cases.
Contribution
It presents the first solutions for the query version of the Largest Empty Circle problem with efficient preprocessing and query times for various special cases and the general case.
Findings
Queries run in O(log n) time for all cases.
Special case with horizontal query line preprocesses in O(n α(n) log n) time.
General case preprocesses in O(n^3 log n) time.
Abstract
The Largest Empty Circle problem seeks the largest circle centered within the convex hull of a set of points in and devoid of points from . In this paper, we introduce a query version of this well-studied problem. In our query version, we are required to preprocess so that when given a query line , we can quickly compute the largest empty circle centered at some point on and within the convex hull of . We present solutions for two special cases and the general case; all our queries run in time. We restrict the query line to be horizontal in the first special case, which we preprocess in time and space, where 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
