摘要: Follow up for ”Remove Duplicates”: What if duplicates are allowed at most twice?For example, Given sorted array A = [1,1,1,2,2,3],Your function should 阅读全文
posted @ 2016-05-17 10:39 no_one 阅读(106) 评论(0) 推荐(0) 编辑
摘要: Given a sorted array, remove the duplicates in place such that each element appear only onceand return the new length.Do not allocate extra space for 阅读全文
posted @ 2016-05-17 09:23 no_one 阅读(101) 评论(0) 推荐(0) 编辑