Solution: Set Matrix Zeroes
Let's solve the Set Matrix Zeroes problem using the Matrix Transformations pattern.
Statement
Given a matrix, mat
, if any element within the matrix is zero, set that row and column to zero.
Constraints:
-
mat.row
,mat.col
Level up your interview prep. Join Educative to access 70+ hands-on prep courses.