Skip to content

Commit f005799

Browse files
authored
Update README_EN.md
1 parent 82434eb commit f005799

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_EN.md

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

282282
<!-- solution:start -->
283283

284-
### Solution 2: Simulation
284+
### Solution 2: DFS + Simulation
285285

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

0 commit comments

Comments
 (0)