General Graph MCM

The goal of maximum cardinality matching is to find a matching with as many edges as possible (equivalently: a matching that covers as many vertices as possible). Here, the graph can be any general graph.

Parameters

  • VV: number of vertices
  • EE: number of edges

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 4 of 4 algorithms

See more
Mucha, Sankowski (general)2004O(Vω)O(V^{\omega})O(V2)O(V^2)
Gabow; Tarjan1991O(V0.5E)O(V^{0.5} E)O(E)O(E)
Blum1990O(V0.5E)O(V^{0.5} E)O(E)O(E)
Micali; Vazirani1980O(EV)O(E \sqrt{V})O(E)O(E)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table