上传者: shoulea
|
上传时间: 2019-12-21 21:05:07
|
文件大小: 684KB
|
文件类型: 7z
A n^2.5 algorithm for maximum matchings in bipartite graphs-[英文版, John E. Hopcroft & Richard M. Karp]
A n^2.5 algorithm for maximum matchings in bipartite graphs-[中文版, John E. Hopcroft & Richard M. Karp]
Hopcroft-Karp是计算二分图最大匹配的最快算法(根据《算法导论》第二版;但维基百科说有理论上更快的算法,不过实际效果不如Hopcroft-Karp,因为实际的图多为稀疏的,更快算法对稠密的图效果会更好)。
算法发表于1973年,附带翻译的中文版。
本人邮箱:xionghuaidong@163.com