Skip to content

Files

Latest commit

4412a28 · Dec 25, 2016

History

History

Set Matrix Zeroes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 25, 2016
Dec 25, 2016

Set Matrix Zeroes

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

click to show follow up.

Subscribe to see which companies asked this question