LeetCode26. Remove Duplicates from Sorted Array
摘要:问题链接:LeetCode26. Remove Duplicates from Sorted Array注意点:1.数组中可能是0个元素;2.C++程序中,循环变量声明不能写在for语句中(编译错误),只能写在外面(郁闷)。AC的C语言程序如下:int removeD...
阅读全文
posted @ 2016-08-10 08:34
posted @ 2016-08-10 08:34
posted @ 2016-08-10 08:34