How can I find source node and sink node

前端 未结 0 532
臣服心动
臣服心动 2020-12-07 10:23

I am given a function int maxflow(n, int *cap, int *flow, int *residual) which asks me to write a maximum flow function.

 int residual[4*k+2][4*k+2];
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题