Question: Which of the following algorithms is an alternative to Dijkstra\'s algorithm for graphs with negative weights?
Options:
Correct Answer: Bellman-Ford Algorithm
Solution:
The Bellman-Ford algorithm is an alternative to Dijkstra\'s algorithm that can handle graphs with negative weight edges.