会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Tony's Log
Algorithms, Distributed System, Machine Learning
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2015年6月5日
LeetCode "Contains Duplicate III"
摘要: Lesson learnt: std::multiset is a heap structure supporting random removal...class Solution { public: bool containsNearbyAlmostDuplicate(vec...
阅读全文
posted @ 2015-06-05 07:41 Tonix
阅读(150)
评论(0)
推荐(0)
HackerRank - "Stars"
摘要: Not hard, but with some amount of coding. Brutal-force would work: iterate each unique pair of points. And I used "y=ax+b" to check each point which s...
阅读全文
posted @ 2015-06-05 03:50 Tonix
阅读(224)
评论(0)
推荐(0)