码迷,mamicode.com
首页 > 其他好文 > 详细

Map - leetcode [哈希表]

时间:2016-12-28 07:42:23      阅读:114      评论:0      收藏:0      [点我收藏+]

标签: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的点数

Map - leetcode [哈希表]

标签:target   map   .com   begin   span   dup   哈希   ems   problems   

原文地址:http://www.cnblogs.com/93scarlett/p/6228082.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!