Given a boolean matrix mat[m][n] of size m x n, modify it such that if a matrix cell mat[i][j] is 1 (or true) then make all the cells of ith row and jth column as 1.
Answers
Answered by
1
good luck really hard
Similar questions