Minimum Number of Flips to Convert Binary Matrix to Zero Matrix
Given a binary matrix, determine the minimum number of flips required to convert the matrix to all zeroes by flipping any single cell, row, or column.
Given a binary matrix, determine the minimum number of flips required to convert the matrix to all zeroes by flipping any single cell, row, or column.