Topic: Hashing Problem / Level: advanced

Problem: Create a function to find the number of unique triplets in an array that add up to zero using hashing.

Run the code to see the output here...