Skip to content

Commit fe584a9

Browse files
committed
Verify bipartite_maximum_matching
1 parent 9c24f4f commit fe584a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cpalgo/graph/bipartite/bipartite_maximum_matching.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// - bipartite
1313
//
1414
// Verified:
15-
// - http://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=GRL_7_A
15+
// - https://onlinejudge.u-aizu.ac.jp/problems/GRL_7_A
1616
//
1717
class BipartiteMaximumMatching {
1818
size_t N;

0 commit comments

Comments
 (0)