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
