Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithmzuo/algorithm-journey
/ node
Method
node
src/class201/Code07_Network1.java:172–174 ·
view source on GitHub ↗
(int c, int x)
Source
from the content-addressed store, hash-verified
170
}
171
172
public
static
int
node(
int
c,
int
x) {
173
return
c * n + x;
174
}
175
176
public
static
long edge(
int
x,
int
y) {
177
int
a = Math.min(x, y);
Callers
6
connect
Method · 0.95
disconnect
Method · 0.95
updateNode
Method · 0.95
updateEdge
Method · 0.95
query
Method · 0.95
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected