Set Matrix Zeroes
Try to solve the Set Matrix Zeroes problem.
We'll cover the following
Statement
Given a matrix, mat
, if any element within the matrix is zero, set that row and column to zero. The performed operations should be in place, i.e., the given matrix is modified directly without allocating another matrix.
Constraints:
-
mat.row
,mat.col
-
mat[i][j]
Examples
Create a free account to view this lesson.
Continue your learning journey with a 14-day free trial.
By signing up, you agree to Educative's Terms of Service and Privacy Policy