Skip to content

Commit b58caf7

Browse files
authored
Update 200.number-of-islands.md
1 parent 3bd582d commit b58caf7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

problems/200.number-of-islands.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,15 @@ class Solution:
121121

122122
```
123123

124+
**复杂度分析**
125+
- 时间复杂度:$O(m * n)$
126+
- 空间复杂度:$O(m * n)$
124127

128+
欢迎关注我的公众号《脑洞前端》获取更多更新鲜的LeetCode题解
125129

130+
![](https://pic.leetcode-cn.com/89ef69abbf02a2957838499a96ce3fbb26830aae52e3ab90392e328c2670cddc-file_1581478989502)
131+
132+
133+
## 相关题目
134+
135+
- [695. 岛屿的最大面积](https://leetcode-cn.com/problems/max-area-of-island/solution/695-dao-yu-de-zui-da-mian-ji-dfspython3-by-fe-luci/)

0 commit comments

Comments
 (0)