Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithmzuo/algorithm-journey
/ post
Method
post
src/class148/FollowUp1.java:192–194 ·
view source on GitHub ↗
(int num)
Source
from the content-addressed store, hash-verified
190
}
191
192
public
static
int
post(
int
num) {
193
return
post(head, num);
194
}
195
196
public
static
int
post(
int
i,
int
num) {
197
if
(i == 0) {
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected