Added matrix_zero_problem.py #11496
Annotations
7 errors
Ruff (N802):
data_structures/arrays/matrix_zero_problem.py#L1
data_structures/arrays/matrix_zero_problem.py:1:5: N802 Function name `setZeroes` should be lowercase
|
Ruff (W293):
data_structures/arrays/matrix_zero_problem.py#L4
data_structures/arrays/matrix_zero_problem.py:4:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/arrays/matrix_zero_problem.py#L8
data_structures/arrays/matrix_zero_problem.py:8:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/arrays/matrix_zero_problem.py#L13
data_structures/arrays/matrix_zero_problem.py:13:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/arrays/matrix_zero_problem.py#L18
data_structures/arrays/matrix_zero_problem.py:18:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/arrays/matrix_zero_problem.py#L25
data_structures/arrays/matrix_zero_problem.py:25:1: W293 Blank line contains whitespace
|
ruff
Process completed with exit code 1.
|