标签:target map .com begin span dup 哈希 ems problems
149. Max Points on a Line
unordered_map<float, int> hash 记录的是斜率对应的点数
unordered_map<float, int>::iterator it = hash.begin(); it != hash.end(); it++
斜率k = (y2 - y1) / (x2 - x1)
最后记得加上duplicate的点数
标签:target map .com begin span dup 哈希 ems problems
原文地址:http://www.cnblogs.com/93scarlett/p/6228082.html