mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-09 03:34:02 +08:00
Update 1254.统计封闭岛屿的数目.md
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user