Question: Which of the following algorithms uses dynamic programming to solve the problem?
Options:
Correct Answer: Floyd-Warshall Algorithm
Solution:
The Floyd-Warshall Algorithm uses dynamic programming to find the shortest paths in a weighted graph.