Hopcroft–Karp algorithm: Difference between revisions

Content deleted Content added
Algorithm: Fixed Get_Augmenting_Path to consider matching
Line 106:
if (odd)
// Make (t,q) match (first, third, ... edges)
p.matching := q; <-- this looks wrong probably t.matching := q
q.matching := t;
odd := false;