討論串[問題] Google Interview Question (1)
共 16 篇文章
內容預覽:
一樣用flagA=0, flagB=0開始. flagC = 0代表目前在C裡面驗證的字元位置,令A[],B[],C[]為分別三個string. 基本精神為,從flagC開始一一把C往後分別跟A,B的字串進行比對,分別把與C相同的字元數存入sameLengthA sameLengthB,如果:1.s
(還有2061個字)
內容預覽:
我覺得stack 可行 問題就是要解決怎麼re trace. stack tempA. while C not empty. if (top of stackA = top of stackB = top of stackC){. pop C. top of A add to end of temp
(還有501個字)
內容預覽:
原始網址:. http://www.careercup.com/question?id=14539805. 題目:. Three strings say A, B, C are given to you.. Check weather 3rd string is interleaved from s
(還有728個字)