Hopcroft–Karp algorithm: Difference between revisions

Content deleted Content added
Line 111:
else
// t.matching has already been updated by the ''odd'' condition
q.matching := null; // This is not strictly required since it will be updated in the next iteration when odd becomesis true
odd := true;
end if