Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 291 Bytes

matrix-min-zeros.md

File metadata and controls

3 lines (2 loc) · 291 Bytes

Given a 2D matrix containing only zeroes and ones, where each row is sorted. The task is to find the row with the maximum number of 0s and the row with minimum number of 0s.

Similar Problem