mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-06 03:59:36 +08:00
Update graph/hopcroft_karp.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
committed by
GitHub
parent
7814512861
commit
0aeb8e1e2d
@@ -184,8 +184,8 @@ bool BGraph::bfs()
|
||||
/**
|
||||
* Function documentation
|
||||
* @param u represents position of vertex
|
||||
* @returns 'true' if there is an augmenting path beginning with free vertex u
|
||||
* @returns 'false' if there is no augmenting path beginning with free vertex u
|
||||
* @returns `true` if there is an augmenting path beginning with free vertex u
|
||||
* @returns `false` if there is no augmenting path beginning with free vertex u
|
||||
*/
|
||||
bool BGraph::dfs(int u)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user