Topic: Two Pointer Problem / Level: intermediate

Problem: Given an array of integers, find the longest subarray whose elements form a geometric progression using two pointers.

Run the code to see the output here...