Topic: Two Pointer Problem / Level: intermediate

Problem: Find all unique triplets in an array that sum up to a specific target using two pointers.

Run the code to see the output here...