Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the maximum sum of products of two subsequences where each element in the subsequence alternates between odd and even numbers using dynamic programming.

Run the code to see the output here...