mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update graph/hopcroft_karp.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
5b5abd3710
commit
780580f71f
@ -183,7 +183,6 @@ bool BGraph::bfs()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function documentation
|
|
||||||
* @brief This functions checks whether an augmenting path is available exists beginning with free vertex u
|
* @brief This functions checks whether an augmenting path is available exists beginning with free vertex u
|
||||||
* @param u represents position of vertex
|
* @param u represents position of vertex
|
||||||
* @returns `true` if there is an augmenting path beginning with free vertex u
|
* @returns `true` if there is an augmenting path beginning with free vertex u
|
||||||
|
Loading…
x
Reference in New Issue
Block a user