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

Method pop

src/class185/Code01_Wave1.java:60–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 public static void pop() {
61 --stacksize;
62 u = stack[stacksize][0];
63 f = stack[stacksize][1];
64 t = stack[stacksize][2];
65 e = stack[stacksize][3];
66 }
67
68 public static void addEdge(int u, int v) {
69 nxt[++cntg] = head[u];

Callers 3

dfs3Method · 0.95
dfs4Method · 0.95
getSize2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected