algorithm - Dividing a plane of points into two equal halves - Stack Overflow
Given a 2 dimensional plane in which there are n points. I need to generate the equation of a line that divides the plane such that there are n/2 points on one side and n/2 points on the other. (by the way this not home work, I am just trying to solve the problem)Read full article from algorithm - Dividing a plane of points into two equal halves - Stack Overflow