diff --git a/graph/hopcroft_karp.cpp b/graph/hopcroft_karp.cpp index a7dd0e7ce..b43d81898 100644 --- a/graph/hopcroft_karp.cpp +++ b/graph/hopcroft_karp.cpp @@ -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 * @param u represents position of vertex * @returns `true` if there is an augmenting path beginning with free vertex u