Update 1254.统计封闭岛屿的数目.md
This commit is contained in:
parent
3b201e6382
commit
1a854c4a7e
|
|
@ -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:
|
### JavaScript:
|
||||||
|
|
||||||
|
|
@ -137,3 +132,11 @@ var closedIsland = function(grid) {
|
||||||
return count;
|
return count;
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
|
||||||
|
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue