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/_0033/Solution.java:28–31 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
26
}
27
28
public
static
void
main(String[] args) {
29
Solution solution =
new
Solution();
30
System.out.println(solution.search(
new
int
[]{2, 1}, 1));
31
}
32
}
Callers
nothing calls this directly
Calls
1
search
Method · 0.95
Tested by
no test coverage detected