From: Matthew Moss Date: 2008-02-16T03:59:24+09:00 Subject: Re: The Smallest Circle (#157) On Feb 15, 1:06 pm, "Horea Raducan" wrote: > If one of the points is on the enclosing circle, is that a valid solution ? Yes, points on the circle are considered enclosed. Which also means that for an input set of one point, your function should return a circle with that point as its center and a zero radius.