Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VanjaRo/LeetCode
/ max
Function
max
tasks/11.go:32–37 ·
view source on GitHub ↗
(i, j int)
Source
from the content-addressed store, hash-verified
30
}
31
32
func
max(i, j int) int {
33
if
i < j {
34
return
j
35
}
36
return
i
37
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected