leetcode
chenyj92
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【leetcode】238. Product of Array Except Self
【leetcode】238. Product of Array Except Self原创 2016-04-12 11:05:13 · 465 阅读 · 0 评论 -
【leetcode】31. Next Permutation
【leetcode】31. Next Permutation原创 2016-04-20 13:26:34 · 476 阅读 · 0 评论 -
【leetcode】153. Find Minimum in Rotated Sorted Array
【leetcode】153. Find Minimum in Rotated Sorted Array原创 2016-04-17 16:25:51 · 438 阅读 · 0 评论 -
【leetcode】106. Construct Binary Tree from Inorder and Postorder Traversal
【leetcode】106. Construct Binary Tree from Inorder and Postorder Traversal原创 2016-05-03 22:11:28 · 492 阅读 · 0 评论 -
【leetcode】274. H-Index
【leetcode】274. H-Index原创 2016-05-16 14:13:13 · 783 阅读 · 0 评论 -
【leetcode】172. Factorial Trailing Zeroes
【leetcode】172. Factorial Trailing Zeroes原创 2016-05-16 15:13:50 · 498 阅读 · 0 评论 -
【leetcode】268. Missing Number
【leetcode】268. Missing Number原创 2016-04-21 11:09:31 · 396 阅读 · 0 评论 -
【leetcode】209. Minimum Size Subarray Sum
【leetcode】209. Minimum Size Subarray Sum原创 2016-04-21 15:27:54 · 547 阅读 · 0 评论 -
【leetcode】64. Minimum Path Sum
【leetcode】64. Minimum Path Sum原创 2016-04-23 12:48:45 · 481 阅读 · 0 评论 -
【leetcode】56. Merge Intervals
【leetcode】56. Merge Intervals原创 2016-04-23 14:15:32 · 384 阅读 · 0 评论 -
【leetcode】142. Linked List Cycle II
【leetcode】142. Linked List Cycle II原创 2016-06-05 13:02:42 · 486 阅读 · 0 评论 -
【leetcode】105. Construct Binary Tree from Preorder and Inorder Traversal
【leetcode】105. Construct Binary Tree from Preorder and Inorder Traversal原创 2016-05-03 16:23:58 · 598 阅读 · 0 评论 -
【leetcode】154. Find Minimum in Rotated Sorted Array II
【leetcode】154. Find Minimum in Rotated Sorted Array II原创 2016-05-01 20:11:05 · 381 阅读 · 0 评论 -
【leetcode】229. Majority Element II
【leetcode】229. Majority Element II原创 2016-04-25 11:16:43 · 564 阅读 · 0 评论 -
【leetcode】128. Longest Consecutive Sequence
【leetcode】128. Longest Consecutive Sequence原创 2016-04-26 13:32:07 · 535 阅读 · 0 评论 -
【leetcode】66. Plus One
【leetcode】66. Plus One原创 2016-04-13 21:27:20 · 492 阅读 · 0 评论 -
【leetcode】84. Largest Rectangle in Histogram
【leetcode】84. Largest Rectangle in Histogram转载 2016-04-26 21:48:14 · 451 阅读 · 0 评论 -
【leetcode】119. Pascal's Triangle II
题目:Given an index k, return the kth row of the Pascal's triangle.For example, given k = 3,Return [1,3,3,1].Note:Could you optimize your algorithm to use only O(k) extra space?翻译:原创 2016-04-14 22:45:18 · 477 阅读 · 0 评论 -
【leetcode】169. Majority Element
【leetcode】169. Majority Element原创 2016-04-15 13:02:21 · 400 阅读 · 0 评论 -
【leetcode】289. Game of Life
【leetcode】289. Game of Life原创 2016-04-28 21:49:29 · 765 阅读 · 0 评论 -
【leetcode】131. Palindrome Partitioning
【leetcode】131. Palindrome Partitioning原创 2016-05-24 14:39:14 · 625 阅读 · 0 评论 -
【leetcode】121. Best Time to Buy and Sell Stock
【leetcode】121. Best Time to Buy and Sell Stock原创 2016-04-17 15:41:54 · 485 阅读 · 0 评论 -
【leetcode】287. Find the Duplicate Number
【leetcode】287. Find the Duplicate Number原创 2016-04-30 14:20:18 · 539 阅读 · 0 评论 -
【leetcode】110. Balanced Binary Tree
【leetcode】110. Balanced Binary Tree原创 2016-06-14 10:15:05 · 456 阅读 · 0 评论
分享