Topic: Array Problem / Level: intermediate

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

Run the code to see the output here...