i am getting one test case wrong
can you tell me what is wrong with my code
Target sum triplet
ckeck for this case
3
1 2 3
6
it is giving two same triplets
what can i do to remove it
1, 2 and 3
3, 0 and 3
3, 1 and 2
also giving 3, 0 and 3
check lie 14 and 24 ad compare with ur code