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:
@ -76,13 +76,8 @@ public:
|
|||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
<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>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user