Count max points on a line
Given n points on a 2D plane with (x, y) co-ordinates. Find the maximum number of points lie on the same straight line.
Given n points on a 2D plane with (x, y) co-ordinates. Find the maximum number of points lie on the same straight line.