LeetCode

15. 3Sum

In this problem, we use three pointers to get no repeating tuples, one for iteration and two for shrinking the solution space.