Hopcroft–Karp algorithm: Difference between revisions

Content deleted Content added
Undid revision 1152814974 by 2001:700:200:F148:3EE3:48DA:FF07:89FA (talk) was not a typo
Tag: Reverted
Line 69:
Dist[NIL] := ∞
'''while''' Empty(Q) = false '''do'''
u := Dequeue(QLM)
'''if''' Dist[u] < Dist[NIL] '''then'''
'''for each''' v '''in''' Adj[u] '''do'''