Content deleted Content added
Line 128:
for each vertex v incident to s:
push(s,v); //note that this will saturate the edges (s,v), since the flow from s is limitless
current = L.head;
while (current != NIL):
|