Given the set of points in the 2d-space P, where Pi = (Xi, Yi),
I need to find the target point T, so that the maximum distance to any Pi is minimized.
T must not exist in P and can be arbitrarily defined
Is there an algorithm I can use for this?
source
share