Topic: Two Pointer Problem / Level: advanced

Problem: Given an unsorted array, find the longest contiguous subarray with a sum equal to k using two pointers.

Run the code to see the output here...