Given a set of circles on a Cartesian plane, there are no 2 circles sharing a point. For each circle we want to find the smallest circle that contains it, or report that there is none.
I tried many solutions that works with rectangles, but none can be modified to work with circles. Any suggestions? :(