Update graph/hopcroft_karp.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Krishna Pal Deora
2020-09-28 15:33:53 +05:30
committed by GitHub
parent 388849c05f
commit 0bd622680c

View File

@@ -45,8 +45,6 @@
*/
// C++ implementation of Hopcroft Karp algorithm for
// maximum matching
#include <iostream>
#include <cstdlib>
#include <queue>