🔺 Triple Mission Expedition

Fix i, use two pointers to find triplets summing to zero

arr[i] + arr[l] + arr[r] = ?
-
Fixed i
0
arr[i]
0
Left l
0
Right r
0
Target
0
Ready to find triplets
✨ Triplets Found (sum = 0)
None yet