What is the algorithm to tell if I can divide an array of points with a line?
Input: array of (x ,y, TYPE) # TYPE in (0, 1)
Output: True/False
Or how can I say if it's not possible? When 1 (or more) point is always somewhere in the other group of points.