An efficient algorithm for the Euclidean two-center problem

  • Authors:
  • Jerzy W. Jaromczyk;Mirosław Kowaluk

  • Affiliations:
  • Department of Computer Science, University of Kentucky, Lexington, KY;Institute of Informatics, Warsaw University, Warsaw, Poland

  • Venue:
  • SCG '94 Proceedings of the tenth annual symposium on Computational geometry
  • Year:
  • 1994

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a new algorithm for the two-center problem: “Given a set S of n points in the real plane, find two closed discs whose union contains all of the points and the radius of the larger disc is minimized.” An almost quadratic O(n2logn) solution is given. The previously best known algorithms for the two-center problem have time complexity O(n2log3n). The solution is based on a new geometric characterization of the optimal discs and on a searching scheme with so-called lazy evaluation. The algorithm is simple and does not assume general position of the input points. The importance of the problem is known in various practical applications including transportation, station placement, and facility location.