Skip to content

Commit de49f01

Browse files
authored
Update README_CHS.md
1 parent f4213f4 commit de49f01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

graph/README_CHS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@
9696
  残留网络中的边为cap - flow不为0的边,在residualGraph的data structure中,在更新flow时会check该值,如果为0, 删除该边。
9797
  饱和顶点不包括s,t
9898
  Relabel to Front的邻接表内容不能改变
99+
100+
# 二分图最大匹配
101+
包括最大流,匈牙利(bfs和dfs),Hopcraft-Karp
102+
https://www.cnblogs.com/penseur/archive/2013/06/16/3138981.html

0 commit comments

Comments
 (0)