討論串[北美] Microsoft questions
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
Given 2 sorted arrays, a[] and b[]. combine them with no extra array(or linear space).. e.g.: a[10] = [1, 3, 5, 7, 9]. b[3] = [2, 4, 6]. the result is
(還有32個字)
內容預覽:
※ 引述《LINC.bbs@ptt3.cc (Go cubs!)》之銘言:. 反過來走如何?. int apos = 4;. int bpos = 2;. for(int i = a.length -1 ; i >= 0 ; i--){. if(apos < 0){. a[i] = b[bpos];
(還有162個字)
首頁
上一頁
1
下一頁
尾頁