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:19 +05:30
committed by GitHub
parent 07be9bbfad
commit 678c876f5d

View File

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