I am faced with a problem in which I have to determine weather a random point(Cartesian co-ordinate) is closer in range[euclidean distance] to a set 'N' of points.
I cannot use the following methods as time complexity will increase significantly ::
1.) Simple Euclid distance method.
2.) Angle method.
3.) Cannot use the help of centro id, as the threshold distance calculation increases time complexity.