submatrix from a matrix

Posted by Grv on Stack Overflow See other posts from Stack Overflow or by Grv
Published on 2010-04-21T11:09:44Z Indexed on 2010/04/21 11:13 UTC
Read the original article Hit count: 352

Filed under:
|
|
|

A matrix is of size n*n and it consists only 0 and 1 find the largest submatrix that consists of 1's only eg 10010 11100 11001 11110 largest sub matrix will be of 3*2 from row 2 to row 4 please answer with best space and time complexity

© Stack Overflow or respective owner

Related posts about c

    Related posts about algorithm