From db5562a9986ed8157005ea8ace90715a6a7d0176 Mon Sep 17 00:00:00 2001 From: Thallium Date: Sat, 26 Dec 2020 12:05:05 -0500 Subject: [PATCH] Update docs/topic/graph-matching/bigraph-match.md Co-authored-by: Early --- docs/topic/graph-matching/bigraph-match.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topic/graph-matching/bigraph-match.md b/docs/topic/graph-matching/bigraph-match.md index 4e940f27..c5b973d5 100644 --- a/docs/topic/graph-matching/bigraph-match.md +++ b/docs/topic/graph-matching/bigraph-match.md @@ -24,7 +24,7 @@ struct augment_path { vector pa; // 匹配 vector pb; vector vis; // 访问 - int n, m; // 两个点集中 + int n, m; // 两个点集中的顶点数量 int dfn; // 时间戳记 int res; // 匹配数 -- 2.11.0