Proof that Collinearity Problem is NP Complete
Problem: Given 3 points a, b, c, the task is to check if these three points are collinear. Explanation: An instance of the problem is an input specified to the problem. An instance of the collinearity problem is three points ((ax, ay), (bx, by), (cx, cy)). Since an NP-Complete is a problem which is