摘要: String to Integer (atoi) – leetcode Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input case... 阅读全文
posted @ 2016-06-12 16:51 zsper 阅读(106) 评论(0) 推荐(0)
摘要: Copy List with Random Pointer – leetcode 描述:A linked list is given such that each node contains an additional random pointer which cou... 阅读全文
posted @ 2016-06-12 16:44 zsper 阅读(73) 评论(0) 推荐(0)
摘要: 参考:http://blog.csdn.net/yutianzuijin/article/details/11477603/ ID 问题 频率 数据结构 算法 1 Two Sum 5 array、set sort、Two Pointers 8 ... 阅读全文
posted @ 2016-06-12 16:34 zsper 阅读(231) 评论(0) 推荐(0)