Question: In which scenario is Dijkstra\'s algorithm most effective?
Options:
Correct Answer: When edge weights are non-negative
Solution:
Dijkstra\'s algorithm is most effective when all edge weights are non-negative, as it relies on this property to ensure the shortest path is found.