Topic: Hashing Problem / Level: intermediate

Problem: Write a function to determine the maximum length of a contiguous subarray that sums to zero using hashing.

Run the code to see the output here...