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

Method pop

src/class194/Code01_RoadsMeet1.java:62–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 public static void pop() {
63 stacksize--;
64 u = stack[stacksize][0];
65 status = stack[stacksize][1];
66 fa = stack[stacksize][2];
67 e = stack[stacksize][3];
68 }
69
70 public static void addEdge1(int u, int v) {
71 next1[++cnt1] = head1[u];

Callers 2

tarjan2Method · 0.95
dfs2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected