Hopcroft–Karp algorithm: Difference between revisions

Content deleted Content added
Anks9b (talk | contribs)
Added the Pseudo Code for the algorithm.
Line 33:
for u:U
for v:V such that (u,v) belongs to E
if ((u,v) is not in M)
add (u,v) to M;
break;
Line 88:
Delete the paths;
Start;
 
 
== References ==