Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/HuberTRoy/leetCode
/ ThreeSum.py
File
ThreeSum.py
Array/ThreeSum.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero.
3
4
Note:
Callers
nothing calls this directly
Calls
2
threeSum
Method · 0.80
Solution
Class · 0.70
Tested by
no test coverage detected