Cracking the Coding Interview Q1.7
Write an algorithm such that if an element in an MxN matrix is 0, its entire row and column is set to 0.
见leetcode
Write an algorithm such that if an element in an MxN matrix is 0, its entire row and column is set to 0.
见leetcode