Topic: Array Problem / Level: intermediate

Problem: Given an array of integers, return the length of the longest strictly increasing subsequence.

Run the code to see the output here...