Tony's Log

Algorithms, Distributed System, Machine Learning

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2014年7月16日

摘要: It is not a big deal at the first sight:https://oj.leetcode.com/problems/single-number/And my AC code is straightforward:#include using namespace std... 阅读全文
posted @ 2014-07-16 15:39 Tonix 阅读(148) 评论(0) 推荐(0)

摘要: First, 写POJ的报告用毛英文啊...这道题思路不算难,主要参考了这里:http://www.cnblogs.com/damacheng/archive/2010/09/24/1833983.html讲得很清楚,但是代码有点复杂,我个人觉得不需要:循环情况可以当作非循环的一个特殊情况,简单处理... 阅读全文
posted @ 2014-07-16 12:04 Tonix 阅读(445) 评论(0) 推荐(0)