Question: What condition must be met for Dijkstra\'s algorithm to work correctly?
Options:
Correct Answer: All edge weights must be positive
Solution:
Dijkstra\'s algorithm requires that all edge weights be non-negative to ensure that the shortest path is correctly identified.