17 在圖形(graph)上做廣度優先式搜尋(Breadth First Search, BFS),下列何者為最適用的資料結構(data structure)?
(A)佇列(queue)
(B)連結串列(linked list)
(C)堆疊(stack)
(D)二元搜尋樹(binary search tree)

答案:登入後查看
統計: A(122), B(20), C(17), D(34), E(0) #1928519

詳解 (共 1 筆)

#3152321
廣度優先搜尋 (Breadth-firs...
(共 556 字,隱藏中)
前往觀看
11
0