Question: Which dynamic programming problem involves finding the minimum cost path in a grid?
Options:
Correct Answer: Minimum path sum
Solution:
The minimum path sum problem involves finding the minimum cost path in a grid from the top-left to the bottom-right corner.