Topic: Hashing Problem / Level: advanced

Problem: Write a function to find the maximum length of a subarray that has a sum equal to k using hashing.

Run the code to see the output here...