keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.97k stars 4.6k forks source link

Update three_sum.py #884

Open adidubs opened 2 years ago

adidubs commented 2 years ago

Using the two pointer approach.