LeetCode: 26. Remove Duplicates from Sorted Array 2017-8-04 10:44 | 455 | 0 | LeetCode 156 字 | 1 分钟内 Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space for another array, you must… LeetCode