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