Problems / 1D Dynamic Programming / Longest Increasing Subsequence
#109 Medium Time O(n log n) Space O(n) Animated

Longest Increasing Subsequence

Find the length of the longest strictly increasing subsequence.

LeetCode ↗
Approach: Dynamic Programming (1D)
Click play to start
Step 0 / 0
Press play to start the visualization.

Steps