摘要: 41. First Missing Positive Given an unsorted integer array, find the first missing positive integer. For example,Given [1,2,0] return 3,and [3,4,-1,1] 阅读全文
posted @ 2017-08-14 23:58 这个手杀不太0 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 26. Remove Duplicates from Sorted Array Given a sorted array, remove the duplicates in place such that each element appear only once and return the ne 阅读全文
posted @ 2017-08-14 21:48 这个手杀不太0 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 11. Container With Most Water Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are 阅读全文
posted @ 2017-08-14 20:11 这个手杀不太0 阅读(943) 评论(0) 推荐(0) 编辑