Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Longest Increasing Subsequence with Alternating Parity" problem where adjacent elements alternate between even and odd using dynamic programming.

Run the code to see the output here...