zero-column-matrix
Setting a Matrix to Zero in Java
https://hackernoon.com
The set Matrix zeroes problem is one of the top coding questions asked in almost every coding interview. From Brute Force to HashMaps, the set Matrix zero problems in programming can be solved using only two programming approaches.