You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jaredbeck edited this page Nov 3, 2014
·
6 revisions
Maximum Cardinality Matching in Bipartite Graphs currently uses the naïve Augmenting Path algorithm, which performs in O(e * v) where e is the number of edges, and v, the number of vertexes. I know that this is inefficient compared to the Hopcroft-Karp algorithm which performs in O(e * sqrt(v)) in the worst case.
Plot generated using gnuplot. Benchmark scripts and data may be found in /benchmark.