会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Live Freely
Run as fast as you can
博客园
首页
联系
订阅
管理
2014年7月30日
最大流算法(Edmons-Karp + Dinic 比较) + Ford-Fulkson 简要证明
摘要: Ford-Fulkson用EK实现:483ms#include #include #define min(x,y) (x>y?y:x)int pre[105],q[105];int F[105][105];int n,nc,np,m,s,t,all;int MaxFlow(int s, int t)...
阅读全文
posted @ 2014-07-30 21:39 Estimator
阅读(1249)
评论(0)
推荐(0)
编辑
公告