Please read the new rule regarding the restriction on the use of AI tools. ×

Doubt Regarding Bipartite Matching

Revision en2, by 25872.5, 2020-10-02 12:07:14

Hello!! I have recently studied max flow algorithm and about bipartite matching.As bipartite graph is simpler compared to general graph,is there any way we could reduce the space and time complexity when we apply edmonds_karp to it?

Can we reduce the space complexity to O(N) instead of using usual adjacency matrix for residual graph representation which takes up O(N^2)?

Tags maxflow, bipartite matching

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English 25872.5 2020-10-02 12:07:14 50
en1 English 25872.5 2020-10-02 11:57:20 374 Initial revision (published)