We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1903b90 commit cf21e37Copy full SHA for cf21e37
problems/547.friend-circles.md
@@ -92,6 +92,10 @@ class Solution:
92
- 时间复杂度:平均 $O(logN)$,最坏的情况是 $O(N)$
93
- 空间复杂度:我们使用了 parent, 因此空间复杂度为 $O(N)$
94
95
-欢迎关注我的公众号《脑洞前端》获取更多更新鲜的 LeetCode 题解
+## 相关专题
96
97
-
+- [并查集专题](https://github.com/azl397985856/leetcode/blob/master/thinkings/union-find.md)
98
+
99
+大家对此有何看法,欢迎给我留言,我有时间都会一一查看回答。更多算法套路可以访问我的 LeetCode 题解仓库:https://github.com/azl397985856/leetcode 。 目前已经 36K star 啦。
100
+大家也可以关注我的公众号《力扣加加》带你啃下算法这块硬骨头。
101
+
0 commit comments