Topic: Dynamic Programming Problem / Level: intermediate
Problem: Solve the "Maximum Product of Alternating Subarrays with Variable Lengths" problem where you compute the maximum product while alternating between different lengths using dynamic programming.