1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-12 10:51:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

存量题库数据更新

This commit is contained in:
2023-12-09 18:42:21 +08:00
parent a788808cd7
commit c198538f10
10843 changed files with 288489 additions and 248355 deletions

View File

@@ -6,7 +6,7 @@
<p><strong>示例 1</strong></p>
<p><img src="https://assets.leetcode.com/uploads/2021/09/30/short1-grid.jpg" /></p>
<p><img src="https://pic.leetcode.cn/1700710956-kcxqcC-img_v3_025f_d55a658c-8f40-464b-800f-22ccd27cc9fg.jpg" style="width: 243px; height: 404px;" /></p>
<pre>
<strong>输入:</strong> grid = [[0,0,0],[1,1,0],[0,0,0],[0,1,1],[0,0,0]], k = 1
@@ -18,7 +18,7 @@
<p><strong>示例 2</strong></p>
<p><img src="https://assets.leetcode.com/uploads/2021/09/30/short2-grid.jpg" /></p>
<p><img src="https://pic.leetcode.cn/1700710701-uPqkZe-img_v3_025f_0edd50fb-8a70-4a42-add0-f602caaad35g.jpg" style="width: 243px; height: 244px;" /></p>
<pre>
<strong>输入:</strong>grid = [[0,1,1],[1,1,1],[1,0,0]], k = 1