Count Chains

Count Chains

In this mission you must count chains.

You are given a list of details of the circle (tuple of X-coordinate, Y-coordinate, radius).
You have to return the number of groups of circles where their circumferences intersect.

NOTE:

Only one circle counts as one group....

You should be an authorized user in order to see the full description and start solving this mission.