ANALYSIS OF ALGORITHMS;
BIPARTITE GRAPH;
MATCHING;
D O I:
10.1016/0020-0190(91)90195-N
中图分类号:
TP [自动化技术、计算机技术];
学科分类号:
0812 ;
摘要:
We show how to compute a maximum cardinality matching in a bipartite graph of n vertices in time O(n1.5 square-root m/log n). For dense graphs this improves on the O(square-root n m) algorithm of Hopcroft and Karp. The speed-up is obtained by an application of the fast adjacency matrix scanning technique of Cheriyan, Hagerup and Mehlhorn.