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

Method pop

src/class191/Code01_CutEdge1.java:48–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 public static void pop() {
49 stacksize--;
50 u = stack[stacksize][0];
51 preEdge = stack[stacksize][1];
52 status = stack[stacksize][2];
53 e = stack[stacksize][3];
54 }
55
56 public static void addEdge(int u, int v) {
57 nxt[++cntg] = head[u];

Callers 1

tarjan2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected