去掉有序数组中的重复元素 c/c++
摘要:去掉有序数组中的重复元素:int RemoveDuplates(int A[], int nCnt){ int nNewLen = 0; int j = 0; for (int i = 0, j = 0; i i + 1 && j < nCnt) ...
阅读全文
posted @ 2014-04-14 16:14
posted @ 2014-04-14 16:14
posted @ 2014-04-11 11:49
posted @ 2014-04-10 22:50
posted @ 2014-04-10 14:19
posted @ 2014-04-09 16:01