OSDN Git Service

Update docs/graph/shortest-path.md
authormgt <mgt@oi-wiki.org>
Thu, 28 Jan 2021 04:34:24 +0000 (12:34 +0800)
committerGitHub <noreply@github.com>
Thu, 28 Jan 2021 04:34:24 +0000 (12:34 +0800)
docs/graph/shortest-path.md

index 1fb0db9..60a78ec 100644 (file)
@@ -270,7 +270,7 @@ for (i = 1; i <= n; i++) {
 }
 ```
 
-或者说一个 `C++` 代码:
+以下是该算法的 C++ 实现
 
 ```C++
 vector<vector<LL>> Ps;     // 图的邻接矩阵