Skip to content

Commit cf21e37

Browse files
authored
Update 547.friend-circles.md
1 parent 1903b90 commit cf21e37

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

problems/547.friend-circles.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ class Solution:
9292
- 时间复杂度:平均 $O(logN)$,最坏的情况是 $O(N)$
9393
- 空间复杂度:我们使用了 parent, 因此空间复杂度为 $O(N)$
9494

95-
欢迎关注我的公众号《脑洞前端》获取更多更新鲜的 LeetCode 题解
95+
## 相关专题
9696

97-
![](https://tva1.sinaimg.cn/large/007S8ZIlly1ghlu4wfjp9j31bi0hcq5s.jpg)
97+
- [并查集专题](https://github.com/azl397985856/leetcode/blob/master/thinkings/union-find.md)
98+
99+
大家对此有何看法,欢迎给我留言,我有时间都会一一查看回答。更多算法套路可以访问我的 LeetCode 题解仓库:https://github.com/azl397985856/leetcode 。 目前已经 36K star 啦。
100+
大家也可以关注我的公众号《力扣加加》带你啃下算法这块硬骨头。
101+
![](https://tva1.sinaimg.cn/large/007S8ZIlly1gfcuzagjalj30p00dwabs.jpg)

0 commit comments

Comments
 (0)