首页 > 其他 > 详细

85. Maximal Rectangle

时间:2017-05-13 12:00:25      阅读:236      评论:0      收藏:0      [点我收藏+]

Problem statement:

Given a 2D binary matrix filled with 0‘s and 1‘s, find the largest rectangle containing only 1‘s and return its area.

For example, given the following matrix:

1 0 1 0 0
1 0 1 1 1
1 1 1 1 1
1 0 0 1 0

Return 6.

Solution:

This is a 

85. Maximal Rectangle

原文:http://www.cnblogs.com/wdw828/p/6848463.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!