Question: Which algorithm is a better choice than Dijkstra\'s for graphs with negative edge weights?
Options:
Correct Answer: Bellman-Ford Algorithm
Solution:
The Bellman-Ford algorithm is a better choice than Dijkstra\'s for graphs with negative edge weights, as it can handle them correctly.