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:

  • 11 \le mat.row, mat.col 20\le 20
...
Access this course and 1400+ top-rated courses and projects.