Topic: Two Pointer Problem / Level: intermediate

Problem: Find the smallest subarray with a product greater than a target in an unsorted array using two pointers.

Run the code to see the output here...