Topic: Two Pointer Problem / Level: intermediate

Problem: Determine the maximum number of non-overlapping subarrays that sum to zero in an array using two pointers.

Run the code to see the output here...