Which algorithm uses dynamic programming to solve shortest path problems?

Explanation:

Bellman-Ford uses dynamic programming to find shortest paths with negative weights.

Explore more in Computer Science: