Skip to content

Commit a1b95ab

Browse files
committed
hopcroftKarp -> HopcroftKarp
1 parent 4f5776b commit a1b95ab

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/graph/chapter.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ \section{Network flow}
1515
\kactlimport{GomoryHu.h}
1616

1717
\section{Matching}
18-
\kactlimport{hopcroftKarp.h}
18+
\kactlimport{HopcroftKarp.h}
1919
\kactlimport{DFSMatching.h}
2020
\kactlimport{MinimumVertexCover.h}
2121
\kactlimport{WeightedMatching.h}

old-unit-tests/graph/test_hopcroftKarp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "../UnitTest.h"
2-
#include "../../content/graph/hopcroftKarp.h"
2+
#include "../../content/graph/HopcroftKarp.h"
33
#include <fstream>
44

55
class test_HopcorftKarp :

stress-tests/graph/MinimumVertexCover.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "../utilities/template.h"
22

33
#include "../../content/graph/MinimumVertexCover.h"
4-
#include "../../content/graph/hopcroftKarp.h"
4+
#include "../../content/graph/HopcroftKarp.h"
55

66
vi coverHK(vector<vi>& g, int n, int m) {
77
vi match(m, -1);

0 commit comments

Comments
 (0)