diff --git a/graph/hopcroft_karp.cpp b/graph/hopcroft_karp.cpp index 857937d75..a7dd0e7ce 100644 --- a/graph/hopcroft_karp.cpp +++ b/graph/hopcroft_karp.cpp @@ -84,7 +84,6 @@ public: /** - * Function documentation * @brief This function counts the number of augmenting paths between left and right sides of the Bipartite graph * @returns size of maximum matching */