Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Blankj/awesome-java-leetcode
/ main
Method
main
src/com/blankj/medium/_0024/Solution.java:35–38 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
33
}
34
35
public
static
void
main(String[] args) {
36
Solution solution =
new
Solution();
37
ListNode.print(solution.swapPairs(ListNode.createTestData(
"[1,2,3,4]"
)));
38
}
39
}
Callers
nothing calls this directly
Calls
3
print
Method · 0.95
swapPairs
Method · 0.95
createTestData
Method · 0.95
Tested by
no test coverage detected