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 5085e78 commit e5d3d11Copy full SHA for e5d3d11
problems/0200.岛屿数量.广搜版.md
@@ -196,11 +196,8 @@ class Solution {
196
}
197
198
```
199
-<p align="center">
200
-<a href="https://programmercarl.com/other/kstar.html" target="_blank">
201
- <img src="../pics/网站星球宣传海报.jpg" width="1000"/>
202
-</a>
203
-```
+
+## 其他语言版本
204
### Python
205
BFS solution
206
```python
@@ -241,3 +238,9 @@ class Solution:
241
238
q.append((next_i, next_j))
242
239
visited[next_i][next_j] = True
243
240
+<p align="center">
+<a href="https://programmercarl.com/other/kstar.html" target="_blank">
244
+ <img src="../pics/网站星球宣传海报.jpg" width="1000"/>
245
+</a>
246
+```
0 commit comments