Update graph/hopcroft_karp.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Krishna Pal Deora
2020-10-01 04:43:49 +05:30
committed by GitHub
parent 678c876f5d
commit f55891e270

View File

@@ -127,7 +127,7 @@ int BGraph::hopcroftKarpAlgorithm()
/**
* Function documentation
* @returns `true` if there is an augmenting path available
* @returns 'false' if there is no augmenting path available
* @returns `false` if there is no augmenting path available
*/
bool BGraph::bfs()
{