Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place.
Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place. click