Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithmzuo/algorithm-journey
/ pop
Method
pop
src/class195/Code09_Jail1.java:71–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
public
static
void
pop() {
72
--stacksize;
73
u = ufe[stacksize][0];
74
fa = ufe[stacksize][1];
75
e = ufe[stacksize][2];
76
}
77
78
public
static
void
addEdge1(
int
u,
int
v) {
79
next1[++cnt1] = head1[u];
Callers
1
build2
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected