16. Which of the following algorithms can be used to most efficiently determine the presence of a cycle in a given graph?
(A) Depth First Search (DFS)
(B)Breadth First Search (BFS)
(C) Prim's Minimun Spanning Tree (MST) Algorithm
(D) Kruskal's Minimum Spanning Tree (MST) Algorithm

答案:登入後查看
統計: 尚無統計資料

詳解 (共 1 筆)

#7105820
1. 題目解析 本題要求選擇一個算法,以...
(共 862 字,隱藏中)
前往觀看
0
0