tags:

views:

68

answers:

1

I have given some points (2D-coordinates) and want to find the smallest circle, that includes all of this points. The algorithm doesn't have to be very efficient (while it would be nice naturally).

+7  A: 

Here's a good analysis.

JacobM