Question: Which of the following algorithms can be used as an alternative to Dijkstra\'s algorithm for graphs with negative weights?
Options:
Correct Answer: Floyd-Warshall Algorithm
Solution:
The Floyd-Warshall algorithm can be used as an alternative to Dijkstra\'s algorithm for finding shortest paths in graphs with negative weights.