Update graph/hopcroft_karp.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Krishna Pal Deora
2020-10-01 05:49:25 +05:30
committed by GitHub
parent 6edd9970db
commit df19ec76e9

View File

@@ -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.
*