Overview

Given a finite point set , we want to determine the closed disk of minimal radius that contains all points in . A disk with center and radius is defined as:

  • The disk C is said to enclose P if
  • This disk is called the smallest enclosing circle  if it has the smallest possible radius among all such enclosing disks.

Lemma

NOTE

The smallest enclosing circle is unique ()

NOTE

Let , then there exists a subset with such that

Naive solution