
编程语言
威廉汉森
这个作者很懒,什么都没留下…
展开
-
leetcode 42
42. Trapping Rain Water题目描述Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.For example, Given原创 2017-03-15 11:05:18 · 535 阅读 · 0 评论 -
leetcode 135
135. Candy题目描述There are N children standing in a line. Each child is assigned a rating value.You are giving candies to these children subjected to the following requirements:Each child must have at l原创 2017-03-15 11:26:20 · 319 阅读 · 0 评论 -
LeetCode 57
57. Insert Interval题目描述Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary).You may assume that the intervals were initially sorted according to th原创 2017-03-16 13:43:32 · 310 阅读 · 0 评论