-->
当前位置:首页 > 题库

单选题:Use Dijkstra algorithm to find the shortest paths from 1 to ever

Luz5年前 (2021-05-10)题库1464
Use Dijkstra algorithm to find the shortest paths from 1 to every other vertices. In which order that the destinations must be obtained? @[B](2)

![Dij1.JPG](~/1f6fb93a-a4ee-4e48-bc0f-b169fe89f890.JPG)


A. 2, 5, 3, 4, 6, 7
B. 2, 4, 3, 6, 5, 7
C. 2, 3, 4, 5, 6, 7
D. 5, 2, 6, 3, 4, 7




A.2, 5, 3, 4, 6, 7
B.2, 4, 3, 6, 5, 7
C.2, 3, 4, 5, 6, 7
D.5, 2, 6, 3, 4, 7


答案:B