Scatter a handful of points on a table. Now ask: what is the smallest circle that still contains every one of them? You could be choosing where to build a hospital so that no village is too far, or sizing the lens that must cover a cluster of stars. The question is ancient and the answer is unique â for any set of points there is exactly one smallest enclosing circle.
The surprise is what pins it down. Out of dozens or thousands of points, the smallest circle is decided by at most three of them sitting on its boundary (sometimes just two, at the ends of a diameter). Every other point sits comfortably inside, irrelevant to the answer.
So the real puzzle is not geometry but search: how do you find those two or three special points without testing every combination? In 1991 Emo Welzl gave an answer so clean it feels like a magic trick â and it runs in expected linear time.
Comments
Loading comments...