Question: If a graph has negative weight edges, which algorithm should be used instead of Dijkstra\'s algorithm?
Options:
Correct Answer: Bellman-Ford algorithm
Solution:
The Bellman-Ford algorithm should be used instead of Dijkstra\'s algorithm when the graph has negative weight edges, as it can handle such cases.