Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Longest Increasing Subsequence" problem to find the length of the longest increasing subsequence in an array.

Run the code to see the output here...