2015年9月12日

摘要: Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn't mat... 阅读全文
posted @ 2015-09-12 14:32 怕忘记 阅读(105) 评论(0) 推荐(0) 编辑
 
摘要: Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a... 阅读全文
posted @ 2015-09-12 13:45 怕忘记 阅读(140) 评论(0) 推荐(0) 编辑