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

Method pop

src/class184/Code01_Capital1.java:65–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 public static void pop() {
66 --stacksize;
67 u = stack[stacksize][0];
68 f = stack[stacksize][1];
69 rt = stack[stacksize][2];
70 e = stack[stacksize][3];
71 }
72
73 public static void addEdge(int u, int v) {
74 nextg[++cntg] = headg[u];

Callers 2

getSize2Method · 0.95
dfs2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected