Skip to content

Commit

Permalink
Update 1254.统计封闭岛屿的数目.md
Browse files Browse the repository at this point in the history
  • Loading branch information
youngyangyang04 authored Nov 21, 2022
1 parent 3b201e6 commit 1a854c4
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions problems/1254.统计封闭岛屿的数目.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,8 @@ public:
return count;
}
};
```
<p align="center">
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
</a>
### 其他语言版本
```
## 其他语言版本
### JavaScript:
Expand Down Expand Up @@ -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>


0 comments on commit 1a854c4

Please sign in to comment.