Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 59 下一页

2015年4月2日

摘要: https://leetcode.com/problems/merge-intervals/Given a collection of intervals, merge all overlapping intervals.For example,Given[1,3],[2,6],[8,10],[15... 阅读全文
posted @ 2015-04-02 16:54 NickyYe 阅读(264) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/first-missing-positive/Given an unsorted integer array, find the first missing positive integer.For example,Given[1,2,0]... 阅读全文
posted @ 2015-04-02 14:20 NickyYe 阅读(231) 评论(0) 推荐(0) 编辑

2015年3月31日

摘要: https://leetcode.com/problems/copy-list-with-random-pointer/A linked list is given such that each node contains an additional random pointer which cou... 阅读全文
posted @ 2015-03-31 21:10 NickyYe 阅读(201) 评论(0) 推荐(0) 编辑

摘要: http://youyang-java.iteye.com/blog/1731205对于IndexReader而言,反复使用IndexReader.open打开会有很大的开销,所以一般在整个程序的生命周期中只会打开一个IndexReader,通过这个IndexReader来创建不同的IndexSea... 阅读全文
posted @ 2015-03-31 15:51 NickyYe 阅读(572) 评论(0) 推荐(0) 编辑

2015年3月30日

摘要: https://leetcode.com/problems/regular-expression-matching/Implement regular expression matching with support for'.'and'*'.'.' Matches any single chara... 阅读全文
posted @ 2015-03-30 20:15 NickyYe 阅读(193) 评论(0) 推荐(0) 编辑

上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 59 下一页