Find all unique triplets [a,b,c] in the array such that a+b+c=0. Solution set must not contain duplicate triplets.
Examples