MCPcopy 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

connectMethod · 0.95
disconnectMethod · 0.95
updateNodeMethod · 0.95
updateEdgeMethod · 0.95
queryMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected