Find the length of the longest strictly increasing subsequence in an array of integers. A subsequence keeps relative order but need not be contiguous. Empty array returns 0.
Click Run to test your code