From: Xiaodai Dai Date: Sat, 2 Jan 2021 02:54:39 +0000 (+0800) Subject: feat: add (future) pseudocodejs-version pseudocode X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=643b379d72235231cd50e5e8650e32cb648fc51e;p=oi-wiki%2Fmain.git feat: add (future) pseudocodejs-version pseudocode --- diff --git a/docs/graph/mst.md b/docs/graph/mst.md index eab0395c..5ed0977f 100644 --- a/docs/graph/mst.md +++ b/docs/graph/mst.md @@ -20,6 +20,26 @@ Kruskal 算法是一种常见并且好写的最小生成树算法,由 Kruskal ### 实现 伪代码: + $$ \begin{array}{ll}