MCPcopy Create free account
hub / github.com/Vishruth-S/CompetitiveCode / FlowEdge

Method FlowEdge

HackerEarth_problems/New Friends/solution.cpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 int v, u;
40 long long cap, flow = 0;
41 FlowEdge(int v, int u, long long cap) : v(v), u(u), cap(cap) {}
42};
43const ll INF=1e15;
44struct Dinic {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected