Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VanjaRo/LeetCode
/ maxInt
Function
maxInt
tasks/849.go:31–36 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
29
}
30
31
func
maxInt(a, b int) int {
32
if
a > b {
33
return
a
34
}
35
return
b
36
}
Callers
1
maxDistToClosest
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected