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