From 96c46a831373366ec43b2c2deab672c99452c328 Mon Sep 17 00:00:00 2001 From: zhouyuyang2002 <54274322+zhouyuyang2002@users.noreply.github.com> Date: Wed, 28 Aug 2019 22:15:36 +0800 Subject: [PATCH] Update docs/graph/mst.md Co-Authored-By: ouuan --- docs/graph/mst.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/graph/mst.md b/docs/graph/mst.md index 58cc108f..d8959a3b 100644 --- a/docs/graph/mst.md +++ b/docs/graph/mst.md @@ -696,4 +696,3 @@ int main() { 时间复杂度 $O((n+m+Q) \log n)$ -??? note "[「LOJ 137」最小瓶颈路 加强版](https://loj.ac/problem/137)" -- 2.11.0