[LeetCode] 149. Max Points on a Line 共线点个数

Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. Example 1: Example 2: 这道题给了我们一堆二维点,然后让求最大的共线点的个数,根
posted @ 2015-06-16 04:37  Grandyang  阅读(20768)  评论(14)    收藏  举报
Fork me on GitHub