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

Method pop

src/class185/Code04_Fantasy1.java:60–67  ·  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 a = stack[stacksize][2];
65 b = stack[stacksize][3];
66 e = stack[stacksize][4];
67 }
68
69 public static void addEdge(int u, int v, int w) {
70 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