Topic: Array Problem / Level: intermediate

Problem: Given an array, find the subarray with the maximum product using a dynamic programming approach.

Run the code to see the output here...