InterviewSolution
Saved Bookmarks
| 1. |
Dijkstra’s Algorithm is used to solve _____________ problems.(a) All pair shortest path(b) Single source shortest path(c) Network flow(d) SortingThis question was posed to me in an online quiz.My question is from Shortest Path topic in portion Shortest Path of Data Structures & Algorithms II |
|
Answer» Correct choice is (B) Single source shortest path |
|