Topic: Two Pointer Problem / Level: advanced

Problem: Implement a function that finds the maximum product of two numbers from an unsorted array using two pointers.

Run the code to see the output here...