Question: Which dynamic programming problem involves finding the minimum cost to reach the last cell in a grid?
Options:
Correct Answer: Minimum path sum.
Solution:
The minimum path sum problem involves finding the minimum cost to reach the last cell in a grid by summing the weights of the cells.