Help with geometry problem

Revision en1, by Jarjit_sigh, 2019-12-05 09:27:42

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? :(

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Jarjit_sigh 2019-12-05 09:27:42 332 Initial revision (published)