gitbook-way-to-algorithm
Search...
Ctrl
K
Chapter-6 GraphTheory 第6章 图论
Section-6 BinaryMatch 第6节 二分匹配
Hungarian 匈牙利算法
Previous
Section-6 BinaryMatch 第6节 二分匹配
Next
HopcroftKarp Hopcroft-Karp算法
Last updated
6 years ago
问题
用匈牙利算法求二分图的两个顶点子集。
解法
Introduction To Algorithms
源码
测试
VI.Graph Algorithms - 26.Maximum Flow - 26.2.The-Ford-Fulkerson method
Hungarian.h
Hungarian.cpp
HungarianTest.cpp