OSDN Git Service

style: format markdown files with remark-lint
author24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Wed, 28 Aug 2019 07:22:39 +0000 (03:22 -0400)
committer24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Wed, 28 Aug 2019 07:22:39 +0000 (03:22 -0400)
docs/graph/mst.md

index c42a557..f6b5975 100644 (file)
@@ -699,6 +699,5 @@ int main() {
     询问的根节点可以使用 kruskal 重构树上倍增的方式求出。
 
     时间复杂度 $O((n+m+Q) \log n)$
-    
 
 ??? note "[「LOJ 137」最小瓶颈路 加强版](https://loj.ac/problem/137)"