Description: 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 minimum cost maximum flow, etc., it can be said of very strong combat.
File list (Check if you may need any files):
ACM_template
............\HLPP.cpp
............\二分图匹配.cpp
............\二分图最优匹配.cpp
............\割顶.cpp
............\弦图判断.cpp
............\无向图最小割.cpp
............\最大流.cpp
............\最小费用最大流.cpp
............\有向图强连通分量.cpp
............\桥.cpp
............\欧拉回路构造.cpp
............\测试.cpp
............\网络流归约.cpp