Blossom algorithm: Difference between revisions

Content deleted Content added
Line 69:
 
'''''Finding Blossoms:'''''
* Traverse the graph starting from an exposed or a free vertex.
* Starting from that vertex, label it as an outer vertex "'''''o'''"''.
* Alternate the labeling between vertices being inner "'''''i'''"'' and outer "'''''o'''"'' such that no two adjacent vertices have the same label.