Question: Which of the following algorithms can be used to find the shortest path in a graph with negative weights?
Options:
Correct Answer: Bellman-Ford algorithm
Solution:
The Bellman-Ford algorithm can handle graphs with negative weights and is used to find the shortest paths in such cases.