二分图匹配-匈牙利算法
程序可以参考
http://blog.csdn.net/Fandywang_jlu/archive/2008/03/20/2201351.aspx
分析参考
http://imlazy.ycool.com/post.1603708.html
最小路径覆等价于二分图最大匹配, 具体的解释可以参考
http://hi.baidu.com/ufo008ahw/blog/item/363efdfd718e8443d7887de0.html
贴上程序
二分图匹配-匈牙利算法
程序可以参考
http://blog.csdn.net/Fandywang_jlu/archive/2008/03/20/2201351.aspx
分析参考
http://imlazy.ycool.com/post.1603708.html
最小路径覆等价于二分图最大匹配, 具体的解释可以参考
http://hi.baidu.com/ufo008ahw/blog/item/363efdfd718e8443d7887de0.html
贴上程序
相关文章: