An Algorithm for Finding the Smallest Circle Containing All Points in a Given Point Set

WANG Wei,WANG Wen-ping,WANG Jia-ye
DOI: https://doi.org/10.13328/j.cnki.jos.2000.09.014
2000-01-01
Journal of Software
Abstract:To seek a smallest circle containing all the point of a given point set is an interesting problem in both practice and theory. In this paper, an algorithm of finding a smallest circle containing all the points given is presented. The time complexity of the algorithm is O(| lg (d/R)|*n) , where R is the radius between the smallest circle, d is the smallest distance between the points of the set that are not on the circle and the circle.
What problem does this paper attempt to address?