Topic: Two Pointer Problem / Level: intermediate

Problem: Given an array, find the longest contiguous subarray with a sum that is a perfect square using two pointers.

Run the code to see the output here...