討論串請教一些面試問題
共 8 篇文章
內容預覽:
今天看了一下以前上課上過的paper(Mercator web crawler, written in Java). 它有提到他們是怎麼作的. 簡單的敘述:. 假設整個Internet URLs無法放進整個HashSet(註). 所以就把它放在disk上. 另外 使用LRU cache來作in me
(還有160個字)
內容預覽:
第一道題:. Given N computers networked together, with each computer storing N integers,finds the "median" of all of the numbers. Assuming a computer can h
(還有1201個字)