QUESTION.1: Consider the directed graph shown in the figure. There are multiple shortest paths between ertices
Sand T.Which one will be reported by Dijkstra's shortest path algorithm?Assume that, in any iteration, the shortest path to a vertex
vis updated only when a strictly shorter path to
vis discovered. A) SDT B) SBDT C) SACDEGT D) SACET E) SACDT what is the differences between option b and option d can you explain in a detail?
