Question: Which algorithm 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 can also detect negative cycles.