mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-04 19:20:17 +08:00
Update graph/hopcroft_karp.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6edd9970db
commit
df19ec76e9
@@ -25,7 +25,7 @@
|
||||
* All single edge paths that start and end with free vertices are augmenting paths.
|
||||
*
|
||||
*
|
||||
* ###Concept :
|
||||
* ### Concept
|
||||
* A matching M is not maximum if there exists an augmenting path. It is also true other way,
|
||||
* i.e, a matching is maximum if no augmenting path exists.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user