Hopcroft–Karp algorithm: Difference between revisions

Content deleted Content added
Anks9b (talk | contribs)
Just added the basic definition and the basic idea behind the algorithm. Would add more tomorrow.
Anks9b (talk | contribs)
Line 14:
 
 
Consider a graph G(V,E). ConsiderThe thesefollowing definitions are relative to a matching M in G.
- An alternating path would be a path in which the edges would belong alternatively to M and E-M.
- A free vertex is a vertex which has no incoming edges which belong to M.
- Finally, an augmenting path is an alternating path such that both its end points are free vertices.
 
 
 
== Algorithm ==