Skip to content

Commit ce209b4

Browse files
authored
Update count-unguarded-cells-in-the-grid.py
1 parent 9806acb commit ce209b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/count-unguarded-cells-in-the-grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import itertools
55

66

7-
# array
7+
# array, simulation
88
class Solution(object):
99
def countUnguarded(self, m, n, guards, walls):
1010
"""

0 commit comments

Comments
 (0)