Question: What is the output of Dijkstra\'s algorithm?
Options:
Correct Answer: The shortest path from the source to all destinations
Solution:
The output of Dijkstra\'s algorithm is the shortest path from the source to all destinations in the graph.