Largest Increasing Subsequence
Petya is preparing a problem for a local contest in his school. The problem is to find a longest increasing subsequence in a given permutation. A *permutation* of size $n$ is a sequence of $n$ numbers $a_1, \ldots, a_n$ such that every number from $1$ to $n$ occurs in the sequence exactly once. An *increasing subsequence* of length $k$ of the sequence $a_1, \ldots, a_n$ is a sequence of indices $i
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start