Question: In a graph, if there are multiple paths to reach a node, how does Dijkstra\'s algorithm choose the path?
Options:
Correct Answer: It chooses the path with the minimum weight
Solution:
Dijkstra\'s algorithm always chooses the path with the minimum weight to ensure the shortest path is found.