From 0bd622680c82d64ea48fc4aabc8c2213e5958856 Mon Sep 17 00:00:00 2001 From: Krishna Pal Deora <53469625+Krishnapal4050@users.noreply.github.com> Date: Mon, 28 Sep 2020 15:33:53 +0530 Subject: [PATCH] Update graph/hopcroft_karp.cpp Co-authored-by: David Leal --- graph/hopcroft_karp.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/graph/hopcroft_karp.cpp b/graph/hopcroft_karp.cpp index a53d7749c..b1d830daf 100644 --- a/graph/hopcroft_karp.cpp +++ b/graph/hopcroft_karp.cpp @@ -45,8 +45,6 @@ */ -// C++ implementation of Hopcroft Karp algorithm for -// maximum matching #include #include #include