Leetcode:85. Maximal Rectangle

Difficulty: Hard Ac 44msweb Given a 2D binary matrix filled with 0’s and 1’s, find the largest rectangle containing all ones and return its area.數組 這道題一開始並無什麼好的思路,只能先截取每行爲底,對每列求高,簡化成一列數組球最大面積的問題,這樣的複雜
相關文章
相關標籤/搜索