[UVA][dp] 11499 - Longest Increasing Sequence
Longest Increasing Sub-sequence
The Problem
The problem of determining the longest increasing sub-sequence in a
list of numbers is already a classic in programming competitions.
Despite this fact, that is the problem you must solve here. But, in order
...