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
678c876f5d
commit
f55891e270
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user