Topic: Hashing Problem / Level: intermediate

Problem: Given an array of integers, write a program to find the count of triplets that sum to a specific target using hashing.

Run the code to see the output here...