From 9f8530cc7163c80b22fb1d1755e230fb40bbbb4d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=9B=B7=E8=92=BB?= <34390285+hsfzLZH1@users.noreply.github.com> Date: Sat, 20 Oct 2018 21:13:15 +0800 Subject: [PATCH] Update differential-constraints.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 更改了错误的函数名 --- docs/graph/differential-constraints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graph/differential-constraints.md b/docs/graph/differential-constraints.md index fad488fd..744a4d79 100644 --- a/docs/graph/differential-constraints.md +++ b/docs/graph/differential-constraints.md @@ -80,7 +80,7 @@ int main() 下面是用 Bellman-Ford 算法判断图中是否存在负环的代码实现,请在调用前先保证图是联通的。 ```cpp -bool SPFA() +bool Bellman_Ford() { for(int i=0;i