Given an integer array nums, return the length of the longest strictly increasing subsequence.
O(n^2)
O(n)