mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-05 11:40: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
01981dc4d8
commit
6edd9970db
@@ -20,7 +20,7 @@
|
||||
* 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.
|
||||
*
|
||||
* ###Augmenting paths :
|
||||
* ### Augmenting paths
|
||||
* Given a matching M, an augmenting path is an alternating path that starts from and ends on free vertices.
|
||||
* All single edge paths that start and end with free vertices are augmenting paths.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user