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

Method pop

src/class191/Code05_EBCC1.java:57–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public static void pop() {
58 stacksize--;
59 u = stack[stacksize][0];
60 preEdge = stack[stacksize][1];
61 status = stack[stacksize][2];
62 e = stack[stacksize][3];
63 }
64
65 public static void addEdge(int u, int v) {
66 nxt[++cntg] = head[u];

Callers 1

tarjan2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected