LeetCode 300: Longest Increasing Subsequence — Step-by-Step Visual Trace
Medium — Dynamic Programming | Array | Binary Search
The Problem
Find the length of the longest strictly increasing subsequence in an array of integers. A subsequence maintains the relative order of elements but doesn't need to be contiguous.
Approac...
blog.tracelit.dev1 min read