Find a rectangle of 0s in matrix of 1s and 0s

Question: Find a rectangle of 0s in matrix of 1s and 0s Input:

Output: [[0, 0], [0, 0], [3, 3],…

Continue Reading →