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 74bfb9f commit 00458c7Copy full SHA for 00458c7
set-matrix-zeroes/kayden.py
@@ -20,4 +20,4 @@ def setZeroes(self, matrix: List[List[int]]) -> None:
20
21
for col in cols:
22
for i in range(m):
23
- matrix[i][col] = 0
+ matrix[i][col] = 0
0 commit comments