Maximal Rectangle
摘要:
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.题意:在一个只有0、1的矩阵中找到一个面积最大的矩形,它内部所有的... 阅读全文
posted @ 2014-10-21 10:28 菱纱梦 阅读(174) 评论(0) 推荐(0) 编辑