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

Method pop

src/class161/Code02_LCA1.java:89–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 public static void pop() {
90 --stacksize;
91 first = fse[stacksize][0];
92 second = fse[stacksize][1];
93 edge = fse[stacksize][2];
94 }
95
96 // dfs1的迭代版
97 public static void dfs3() {

Callers 2

dfs3Method · 0.95
dfs4Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected