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

Method pop

src/class196/Code01_2SAT1.java:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

tarjan2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected