搜索资源列表
stream
- 网络流算法 涉及:数据结构(图论)、算法、ACM 分类有最大流、最小费用最大流、最小割
ACM_template.rar
- 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非常强。,ACM competitions I take part in a number of algorithms used in templates, including two sub-graph matching, Euler circuit, as well as network flow structure of the maximum flow and mini
mincostflow
- 实现的是最小费用最大流问题,在残量网络中找s-t最短路,运用bellman-ford算法。-To achieve the minimum cost maximum flow problem, in the residual network, find the shortest st, the use of bellman-ford algorithm.
zuidazuixiaofeiyongliu
- 关于T018_最小费用最大流问题的算法,求出最大流最小费用-About T018_ minimum cost maximum flow problem algorithm, find the maximum flow minimum cost
MaxFlowMinCost
- 最大流,最大流最小费用算法,能够求取网络流图中的最大流,最大流最小费用,包括源代码,测试数据和结果分析。- Maximum flow, minimum cost maximum flow algorithms to strike a network flow diagram maximum flow, maximum flow minimum cost, including source code, test data and results analysis.