Topic: Dynamic Programming Problem / Level: intermediate

Problem: Find the longest increasing subsequence where adjacent elements alternate between multiples of 2 and multiples of 3 using dynamic programming.

Run the code to see the output here...