Skip to content

Commit 82434eb

Browse files
authored
Update README.md
1 parent 08e6e8b commit 82434eb

File tree

1 file changed

+1
-1
lines changed
  • solution/2200-2299/2257.Count Unguarded Cells in the Grid

1 file changed

+1
-1
lines changed

solution/2200-2299/2257.Count Unguarded Cells in the Grid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function countUnguarded(m, n, guards, walls) {
285285

286286
<!-- solution:start -->
287287

288-
### Solution 2: Simulation
288+
### 方法二:DFS + 模拟
289289

290290
<!-- tabs:start -->
291291

0 commit comments

Comments
 (0)