Maximum Bipartite Matching

Revision en1, by Dazzler, 2018-05-14 00:02:56

How can we implement maximum bipartite matching using bfs? Here is the dfs implementation of maximum bipartite matching using Ford Fulkerson algorithm for maximum flow.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Dazzler 2018-05-14 00:02:56 264 Initial revision (published)