OSDN Git Service

style: format markdown files with remark-lint
author24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Fri, 30 Oct 2020 07:43:06 +0000 (03:43 -0400)
committer24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Fri, 30 Oct 2020 07:43:06 +0000 (03:43 -0400)
docs/graph/topo.md

index e866a8b..6787513 100644 (file)
@@ -130,7 +130,7 @@ bool toposort() {
 
 ## 习题
 
-[CF 1385E](https://codeforces.com/problemset/problem/1385/E):需要通过拓扑排序构造。
+ [CF 1385E](https://codeforces.com/problemset/problem/1385/E) :需要通过拓扑排序构造。
 
 ## 参考