討論串[北美] Microsoft questions
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者LINC.時間17年前 (2007/12/15 03:45), 編輯資訊
1
0
0
內容預覽:
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個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者Yuheng.時間17年前 (2007/12/15 04:27), 編輯資訊
0
0
0
內容預覽:
If "a[] has enough space" means a[] can store a + b,. then right shift a by size(b), and take a[0] as the. begining of storing new value.. You are wel

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者HYL (@Seattle)時間17年前 (2007/12/15 06:47), 編輯資訊
1
0
0
內容預覽:
引述《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個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者LINC.時間17年前 (2007/12/16 01:45), 編輯資訊
0
0
0
內容預覽:
引述《HYL.bbs@ptt.cc (@Seattle)》之銘言:. 我沒有寫的很清楚 不過這個題目有個隱含的事實 就是:. a[]的長度 >= # elements in a[] + # elements in b[]. 在我的例子裡, a[]的長度為10, 但是一共只有8個elements(
首頁
上一頁
1
下一頁
尾頁