Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithmzuo/algorithm-journey
/ pre
Method
pre
src/class148/FollowUp1.java:177–179 ·
view source on GitHub ↗
(int num)
Source
from the content-addressed store, hash-verified
175
}
176
177
public
static
int
pre(
int
num) {
178
return
pre(head, num);
179
}
180
181
public
static
int
pre(
int
i,
int
num) {
182
if
(i == 0) {
Callers
1
main
Method · 0.95
Calls
1
max
Method · 0.45
Tested by
no test coverage detected