Re: [转载] 最好的max-weighted bipartite match# CS - 计算机科学c*r2004-10-08 07:101 楼It is called the Hungarian method, O(n^3)You may find it in any textbook for combinatorial optimization
y*u2004-10-08 07:102 楼实际中的code一般都加上一些heuristics,应该更快,n^3 是worst-case【在 c****r 的大作中提到】: It is called the Hungarian method, O(n^3): You may find it in any textbook for combinatorial optimization