Topic: Two Pointer Problem / Level: intermediate

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

Run the code to see the output here...