Unverified Commit e9407d4e authored by ir1d's avatar ir1d Committed by GitHub
Browse files

Merge pull request #206 from stevebraveman/patch-11

我有强迫症所以做了些小修改
parents caa721a5 9b1d0386
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ void unionSet(int x,int y)

显然为 $O(n)$。

### 经典题目
## 经典题目

[[NOI2015]程序自动分析](https://www.lydsy.com/JudgeOnline/problem.php?id=4195)

@@ -111,4 +111,4 @@ void unionSet(int x,int y)

## 其他应用

[最小生成树](/graph/mst) Kruskal 算法。
[最小生成树](/graph/mst) Kruskal 是基于并查集的算法。