Topic: Two Pointer Problem / Level: beginner

Problem: Find the shortest subarray with a sum equal to zero using two pointers.

Run the code to see the output here...