Question: Which of the following algorithms uses dynamic programming to find the shortest path in a graph?
Options:
Correct Answer: Bellman-Ford Algorithm
Solution:
The Bellman-Ford Algorithm uses dynamic programming to find the shortest path in a graph with negative weights.