Topic: Backtracking Problem / Level: beginner

Problem: Solve the "Triplet Sum" problem by finding all unique combinations of three numbers that sum to a specific target.

Run the code to see the output here...