摘要: Given non negative integers representing an elevation map where the width of each bar is , compute how much water it is able to trap after raining. Fo 阅读全文
posted @ 2017-03-27 21:41 aiterator 阅读(93) 评论(0) 推荐(0) 编辑
摘要: Given an unsorted integer array, find the first missing positive integer. For example, Given return , and return . Your algorithm should run in time a 阅读全文
posted @ 2017-03-27 21:10 aiterator 阅读(169) 评论(0) 推荐(0) 编辑