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

Method getf

src/class162/Code07_HotHotels1.java:47–49  ·  view source on GitHub ↗
(int u, int i)

Source from the content-addressed store, hash-verified

45 }
46
47 public static long getf(int u, int i) {
48 return f[fid[u] + i];
49 }
50
51 public static void setg(int u, int i, long v) {
52 g[gid[u] + i] = v;

Callers 1

dfs3Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected