English

Optimal Algorithm for the Planar Two-Center Problem

Computational Geometry 2024-11-06 v5

Abstract

We study a fundamental problem in Computational Geometry, the planar two-center problem. In this problem, the input is a set SS of nn points in the plane and the goal is to find two smallest congruent disks whose union contains all points of SS. A longstanding open problem has been to obtain an O(nlogn)O(n\log n)-time algorithm for planar two-center, matching the Ω(nlogn)\Omega(n\log n) lower bound given by Eppstein [SODA'97]. Towards this, researchers have made a lot of efforts over decades. The previous best algorithm, given by Wang [SoCG'20], solves the problem in O(nlog2n)O(n\log^2 n) time. In this paper, we present an O(nlogn)O(n\log n)-time (deterministic) algorithm for planar two-center, which completely resolves this open problem.

Keywords

Cite

@article{arxiv.2007.08784,
  title  = {Optimal Algorithm for the Planar Two-Center Problem},
  author = {Kyungjin Cho and Eunjin Oh and Haitao Wang and Jie Xue},
  journal= {arXiv preprint arXiv:2007.08784},
  year   = {2024}
}

Comments

21 pages, TheoretiCS journal version