What is the algorithm to determine if I can split an array of points with a line?
Input: array of (x ,y, TYPE)
Output: True/False
Or how can I say if this is not possible? When 1 (or more) points are always somewhere in another group of points.

source
share