Topic: Backtracking Problem / Level: intermediate

Problem: Solve the "Maximum Product Subarray" problem by finding the contiguous subarray with the highest product.

Run the code to see the output here...