Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Longest Increasing Subsequence II" problem where you compute the longest increasing subsequence with a given difference using dynamic programming.

Run the code to see the output here...