This commit is contained in:
programmercarl
2024-05-17 10:18:25 +08:00
parent 6533e83da3
commit 7ab1e2df30
7 changed files with 533 additions and 260 deletions

View File

@@ -1,9 +1,3 @@
<p align="center">
<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">
<img src="../pics/训练营.png" width="1000"/>
</a>
<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>
# 并查集理论基础
接下来我们来讲一下并查集,首先当然是并查集理论基础。
@@ -460,8 +454,3 @@ void join(int u, int v) {
敬请期待 并查集题目精讲系列。
<p align="center">
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
</a>