3Sum — Two Pointer Visualizer

// step through every decision the algorithm makes

SPEED 1x
i — outer pointer
L — left pointer
R — right pointer
✓ triplet found
Current Step
Press Play to begin.
step 0
🎉 Algorithm complete!
Triplets Found
none yet
Code Walk-through
3sum.py — active line highlighted