We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9806acb commit ce209b4Copy full SHA for ce209b4
Python/count-unguarded-cells-in-the-grid.py
@@ -4,7 +4,7 @@
4
import itertools
5
6
7
-# array
+# array, simulation
8
class Solution(object):
9
def countUnguarded(self, m, n, guards, walls):
10
"""
0 commit comments