Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blankj/awesome-java-leetcode
/ main
Method
main
src/com/blankj/medium/_0015/Solution.java:44–47 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
42
}
43
44
public
static
void
main(String[] args) {
45
Solution solution =
new
Solution();
46
System.out.println(solution.threeSum(
new
int
[]{-1, 0, 1, 2, -1, -4}));
47
}
48
}
Callers
nothing calls this directly
Calls
1
threeSum
Method · 0.95
Tested by
no test coverage detected