Topic: Dynamic Programming Problem / Level: beginner

Problem: Determine the longest increasing subsequence in an array of integers.

Run the code to see the output here...