547. Friend Circles 改名为547. Number of Provinces
官方改了题目名字和链接
This commit is contained in:
parent
d72820b1d0
commit
7552b74d9a
|
@ -390,11 +390,11 @@ private void dfs(char[][] grid, int i, int j) {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. 好友关系的连通分量数目
|
### 3. 省份关系的连通分量数目
|
||||||
|
|
||||||
547\. Friend Circles (Medium)
|
547\. Friend Circles (Medium)
|
||||||
|
|
||||||
[Leetcode](https://leetcode.com/problems/friend-circles/description/) / [力扣](https://leetcode-cn.com/problems/friend-circles/description/)
|
[Leetcode](https://leetcode.com/problems/number-of-provinces/description/) / [力扣](https://leetcode-cn.com/problems/number-of-provinces/description/)
|
||||||
|
|
||||||
```html
|
```html
|
||||||
Input:
|
Input:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user