Topic: Hashing Problem / Level: advanced

Problem: Write a function to find the total number of unique triplets in an array that sum to a specific target using hashing.

Run the code to see the output here...