Skip to content

Commit b53d0a5

Browse files
authored
Update minimum-operations-to-remove-adjacent-ones-in-matrix.py
1 parent 0ec4c63 commit b53d0a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python/minimum-operations-to-remove-adjacent-ones-in-matrix.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ def postprocess(v, u, it):
117117
for v in unmatched: recurse_iter(v)
118118

119119

120+
import collections
121+
122+
120123
class Solution(object):
121124
def minimumOperations(self, grid):
122125
"""

0 commit comments

Comments
 (0)