Topic: Hashing Problem / Level: advanced

Problem: Write a program to find the maximum length of a contiguous subarray with a sum of 0 using a hash map.

Run the code to see the output here...