Update 1254.统计封闭岛屿的数目.md

This commit is contained in:
程序员Carl
2022-11-21 11:47:40 +08:00
committed by GitHub
parent 3b201e6382
commit 1a854c4a7e

View File

@ -77,12 +77,7 @@ public:
}
};
```
<p align="center">
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
</a>
### 其他语言版本
## 其他语言版本
### JavaScript:
@ -137,3 +132,11 @@ var closedIsland = function(grid) {
return count;
};
```
<p align="center">
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
</a>