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

Method getMin

src/class194/Code08_Tourists1.java:90–92  ·  view source on GitHub ↗
(int u)

Source from the content-addressed store, hash-verified

88 }
89
90 public static int getMin(int u) {
91 return maps.get(u).firstKey();
92 }
93
94 public static void tarjan(int u) {
95 dfn[u] = low[u] = ++cntd;

Callers 2

dfs2Method · 0.95
mainMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected