Question: Which dynamic programming problem involves finding the longest increasing subsequence?
Options:
Correct Answer: Longest Increasing Subsequence
Solution:
The problem of finding the longest increasing subsequence is a classic example of a problem that can be solved using dynamic programming.