Topic: Array Problem / Level: advanced

Problem: Given an array of integers, implement a function to find the maximum product of any k adjacent elements using a heap.

Run the code to see the output here...