InterviewSolution
Saved Bookmarks
| 1. |
In the given graph, what is the minimum cost to travel from vertex 1 to vertex 3?(a) 3(b) 2(c) 10(d) -3The question was asked during an online exam.My question is taken from Shortest Path in section Shortest Path of Data Structures & Algorithms II |
|
Answer» Correct choice is (d) -3 |
|