MCPcopy Create free account
hub / github.com/algorithmzuo/algorithm-journey / pop

Method pop

src/class173/Code05_HLD1.java:154–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 public static void pop() {
155 --stacksize;
156 first = fse[stacksize][0];
157 second = fse[stacksize][1];
158 edge = fse[stacksize][2];
159 }
160
161 // dfs1的迭代版
162 public static void dfs3() {

Callers 2

dfs3Method · 0.95
dfs4Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected