OSDN Git Service

style: format markdown files with remark-lint
author24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Wed, 23 Sep 2020 11:02:51 +0000 (07:02 -0400)
committer24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Wed, 23 Sep 2020 11:02:51 +0000 (07:02 -0400)
docs/graph/mdst.md

index 2b39ef4..0643e59 100644 (file)
@@ -34,7 +34,7 @@
 
 ### 算法流程
 
-1. 使用多源最短路算法([Floyd](shortest-path.md#floyd),[Johnson](shortest-path.md#johnson) 等),求出 $d$ 数组;
+1. 使用多源最短路算法( [Floyd](shortest-path.md#floyd) , [Johnson](shortest-path.md#johnson) 等),求出 $d$ 数组;
 
 2. 求出 `rk[i][j]` ,并将其升序排序;