LeetCode 149. Max Points on a Line(直线上的点)
原题网址:https://leetcode.com/problems/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.
方法一:逐点比较斜率。
/**
* Definition for a
原创
2016-05-26 01:12:31 ·
605 阅读 ·
0 评论