Write an algorithm such that if an element in an MxN matrix is 0, its entire row and column is set to 0.
见leetcode