Statement
Given a 2D integer array, points
, where points[i]
Note: Straight lines will be added to the XY plane to ensure that every point is covered by at least one line.
Constraints:
points.length
points[i].length
All the points are unique.