Skip to content

Commit 4540cb1

Browse files
authored
Update 73.set-matrix-zeroes.md
1 parent 67df295 commit 4540cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/73.set-matrix-zeroes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class Solution:
220220

221221
```
222222

223-
另一种方法是用一个特殊符合标记需要改变的结果,这里用None
223+
另一种方法是用一个特殊符合标记需要改变的结果,只要这个特殊标记不在我们的题目数据范围(0和1)即可,这里用None
224224
```python
225225
class Solution:
226226
def setZeroes(self, matrix: List[List[int]]) -> None:

0 commit comments

Comments
 (0)