Content deleted Content added
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 ==
|