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