Hopcroft–Karp algorithm: Difference between revisions

Content deleted Content added
m Pseudocode: rephrase comment in pseudocode
See also: explain the links
Line 120:
 
== See also ==
* [[Maximum cardinality matching]], the problem solved by the algorithm, and its generalization to non-bipartite graphs
* [[Bipartite matching]]
* [[Assignment problem]], a generalization of this problem on [[weighted graphs]], solved e.g. by the [[Hungarian algorithm]]
* [[Hungarian algorithm]]
* [[Edmonds–Karp algorithm]] for finding maximum flow, a generalization of the Hopcroft–Karp algorithm
* [[Assignment problem]]
* [[Edmonds–Karp algorithm]] for finding maximum flow
 
==Notes==