mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-06 12:09:46 +08:00
Update graph/hopcroft_karp.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5a42795236
commit
01981dc4d8
@@ -15,7 +15,7 @@
|
||||
* Given a matching M, edges that are part of matching are called Matching edges and edges that are not part
|
||||
* of M (or connect free nodes) are called Not-Matching edges.
|
||||
*
|
||||
* ###Maximum cardinality matching :
|
||||
* ### Maximum cardinality matching
|
||||
* Given a bipartite graphs G = ( V = ( X , Y ) , E ) whose partition has the parts X and Y,
|
||||
* with E denoting the edges of the graph, the goal is to find a matching with as many edges as possible.
|
||||
* Equivalently, a matching that covers as many vertices as possible.
|
||||
|
||||
Reference in New Issue
Block a user