Question: What is the main advantage of using Dijkstra\'s algorithm over other shortest path algorithms?
Options:
Correct Answer: It guarantees the shortest path in graphs with non-negative weights
Solution:
The main advantage of Dijkstra\'s algorithm is that it guarantees the shortest path in graphs with non-negative weights.