Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Maximum Product Subarray" problem where you need to find the contiguous subarray with the maximum product using dynamic programming.

Run the code to see the output here...