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

Method pop

src/class122/Code01_MaxFlow2.java:74–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 public static void pop() {
75 --stackSize;
76 u = ufe[stackSize][0];
77 f = ufe[stackSize][1];
78 e = ufe[stackSize][2];
79 }
80
81 public static void dfs1(int root) {
82 stackSize = 0;

Callers 2

dfs1Method · 0.95
dfs2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected