Content deleted Content added
Line 126:
Algorithm Relabel-to-Front(G(V,E),s,t):
for each
push(s,v); //note that this will saturate the
L = v - {''s'',''t''}; //build a list of all vertices in any order
current = L.head;
|