Skip to content

Commit fb8397d

Browse files
authored
Update 323._number_of_connected_components_in_an_undirected_graph.md
1 parent 4292d14 commit fb8397d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Leetcode_Solutions/Python/323._number_of_connected_components_in_an_undirected_graph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 323. Number of Connected Components in an Undirected Graph
2-
**<font color=red>难度: 中等</font>**
2+
**<font color=red>难度: Medium</font>**
33

44
## 刷题内容
55

@@ -38,7 +38,7 @@ You can assume that no duplicate edges will appear in edges. Since all edges are
3838

3939
> 思路 1
4040
41-
经典并查集题目,可以去总结部分先看看并查集的概念已经优化
41+
经典并查集题目,可以去总结部分先看看并查集的概念以及优化
4242

4343

4444
```python

0 commit comments

Comments
 (0)