Question: Which of the following is a common application of dynamic programming?
Options:
Correct Answer: Finding the shortest path in a graph
Solution:
Finding the shortest path in a graph, such as using Dijkstra\'s algorithm, is a common application of dynamic programming.