Topic: Backtracking Problem / Level: beginner

Problem: Solve the "Three Sum" problem by finding all unique triplets in an array that sum to zero.

Run the code to see the output here...