Calculate the diameter of minimum enclosed circle

27 Views Asked by At

I have n number of circle with diameter and I want to find out diameter of minimum enclosing circle which can fit these n number of circle.

Currently I have used circle packing for same but it not calculating correctly, can someone please suggest any other algorithm to calculate the same?

I am looking for the algorithm which can enclose the circle as below

enter image description here

0

There are 0 best solutions below