Given a set of points in 2d-space P, where Pi = (Xi, Yi),
I need to find a target point T such that the maximum distance to any Pi is minimized.
T does not need to exist in P, and can be defined arbitrarily
Is there an algorithm I can use for this?
This is the smallest circle problem.
http://www.cs.mcgill.ca/~cs507/projects/1998/jacob/problem.html
Think this may be a solution to your problem with pretty good explanation, but it's O(n^2)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With