t**e 发帖数: 208 | 1 you are given a M x N matrix with 0's and 1's
find the matrix with largest number of 1,
1. find the largest square matrix with 1's
2. Find the largest rectangular matrix with 1's
要求O(MxN), 怎么解?谢谢~~~ | f**e 发帖数: 1269 | 2 http://mitbbs.com/article_t/JobHunting/31449513.html
【在 t**e 的大作中提到】 : you are given a M x N matrix with 0's and 1's : find the matrix with largest number of 1, : 1. find the largest square matrix with 1's : 2. Find the largest rectangular matrix with 1's : 要求O(MxN), 怎么解?谢谢~~~
| t**e 发帖数: 208 | |
|