Problem: A circle is define by x-axis position, y-axis position, and a radius. A circle group is a collection of circles that overlap. Given a list of circles, figure out if they belong to a single circle group. Formula for calculating distance between two points: sqrt((x2-x1)^2 + (y2-y1)^2)