Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blankj/awesome-java-leetcode
/ main
Method
main
src/com/blankj/easy/_0069/Solution.java:20–23 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
18
}
19
20
public
static
void
main(String[] args) {
21
Solution solution =
new
Solution();
22
System.out.println(solution.mySqrt(10));
23
}
24
}
Callers
nothing calls this directly
Calls
1
mySqrt
Method · 0.95
Tested by
no test coverage detected