Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Longest Subsequence with Consecutive Differences" problem where the difference between adjacent elements in the subsequence is constant using dynamic programming.

Run the code to see the output here...