LeetCode 73: Set Matrix Zeroes — Step-by-Step Visual Trace
📰 Dev.to · tracelit
Given an m x n matrix, if an element is 0, set its entire row and column to 0. The modification must be done in-place.
Given an m x n matrix, if an element is 0, set its entire row and column to 0. The modification must be done in-place.