Algorithms | Graph Shortest Paths | Question 14

Last Updated :
Discuss
Comments

Consider the directed graph shown in the figure below. There are multiple shortest paths between vertices S and T. Which one will be reported by Dijstra?s shortest path algorithm? Assume that, in any iteration, the shortest path to a vertex v is updated only when a strictly shorter path to v is discovered.

SDT
SBDT
SACDT
SACET
Share your thoughts in the comments