Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithmzuo/algorithm-journey
/ pop
Method
pop
src/class161/Code06_Tourism1.java:107–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
public
static
void
pop() {
108
--stacksize;
109
first = fse[stacksize][0];
110
second = fse[stacksize][1];
111
edge = fse[stacksize][2];
112
}
113
114
// dfs1的迭代版
115
public
static
void
dfs3() {
Callers
2
dfs3
Method · 0.95
dfs4
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected