Question: Which of the following algorithms can be used instead of Dijkstra\'s algorithm for graphs with negative weights?
Options:
Correct Answer: Bellman-Ford Algorithm
Solution:
The Bellman-Ford algorithm can be used for graphs with negative weights, as it can handle such cases correctly.