Topic: Array Problem / Level: advanced

Problem: Find the maximum product of any k adjacent elements in an array where the product is greater than a given threshold.

Run the code to see the output here...