Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
dfs2
Method · 0.95
main
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected