📜  门|门 CS 1997 |问题 5

📅  最后修改于: 2021-09-26 04:02:46             🧑  作者: Mango

以下对的正确匹配是

(A) All pairs shortest path          (1) Greedy
(B) Quick Sort                       (2) Depth-First search
(C) Minimum weight spanning tree     (3) Dynamic Programming
(D) Connected Components             (4) Divide and and Conquer
Codes:
     A    B    C    D 
a    2    4    1    3
b    3    4    1    2
c    3    4    2    1
d    4    1    2    3

(一)
(乙)
(C) c
(D) d答案:(乙)
解释:
这个问题的测验
如果您发现上面的帖子有任何错误,请在下面评论