Skip to content

Commit 3b86dae

Browse files
author
lucifer
committed
feat: 增加题目推荐
1 parent 1ec5d6d commit 3b86dae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

thinkings/union-find.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,10 @@ for a, b in edges:
212212
return True
213213
```
214214

215-
题目推荐:[Forest Detection](https://binarysearch.com/problems/Forest-Detection)
215+
题目推荐:
216+
217+
- [684. 冗余连接](https://leetcode-cn.com/problems/redundant-connection/solution/bing-cha-ji-mo-ban-ben-zhi-jiu-shi-jian-0wz2m/)
218+
- [Forest Detection](https://binarysearch.com/problems/Forest-Detection)
216219

217220
## 总结
218221

0 commit comments

Comments
 (0)