摘要: 【LeetCode】First Missing Positive Given an unsorted integer array, find the first missing positive integer. For example, Given [1,2,0] return 3, and [3 阅读全文
posted @ 2016-10-25 16:12 SarahLiu77 阅读(136) 评论(0) 推荐(0)
摘要: [LeetCode] 42. Trapping Rain Water Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much wate 阅读全文
posted @ 2016-10-25 14:42 SarahLiu77 阅读(152) 评论(0) 推荐(0)