阿摩線上測驗 登入

試題詳解

試卷:109年 - 109 高雄醫學大學_學士後醫學系招生考試:計算機概論與程式設計#86938 | 科目:研究所、轉學考(插大)、學士後-計算機概論

試卷資訊

試卷名稱:109年 - 109 高雄醫學大學_學士後醫學系招生考試:計算機概論與程式設計#86938

年份:109年

科目:研究所、轉學考(插大)、學士後-計算機概論

20. Which one of the following statement about shortest path problem is INCORRECT?
(A) Dijkstra's algorithm solves the single-source shortest path problem with both non-negative and negative edge weights.
(B) Bellman–Ford algorithm solves the single-source problem with possible negative edge weights.
(C) The shortest path problem is the problem of finding a path between two vertices (or nodes) in a graph such that the sum of the weights of its constituent edges is minimized.
(D) The shortest path problem can be defined for undirected, directed, or mixed graphs.
(E) None of the above.
正確答案:登入後查看