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

Method pop

src/class185/Code05_OpenStore1.java:68–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 public static void pop() {
69 --stacksize;
70 u = stack[stacksize][0];
71 f = stack[stacksize][1];
72 a = stack[stacksize][2];
73 b = stack[stacksize][3];
74 e = stack[stacksize][4];
75 }
76
77 public static void addEdge(int u, int v, int w) {
78 nxt[++cntg] = head[u];

Callers 4

dfs3Method · 0.95
dfs4Method · 0.95
getSize2Method · 0.95
getList2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected