Problem
Given a set of points in the plane, find the circle of smallest radius
enclosing all the points.
- Click the left mouse button to add a point.
- The smallest enclosing circle is drawn in yellow.
- Click and drag any point to see how the solution changes.
- SHIFT+Reload to restart the applet.
Source code:
mincircle.java
dPoint.java
dCircle.java
Shripad Thite
Last modified: Sun Nov 26 15:22:47 CST 2000