Topic: Two Pointer Problem / Level: intermediate

Problem: Determine the number of subarrays that have the same sum in two arrays using two pointers.

Run the code to see the output here...