码迷,mamicode.com
首页 > 其他好文 > 详细

[LintCode] Maximal Square

时间:2017-08-19 11:14:36      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:ret   max   problem   mat   follow   its   problems   code   lintcode   

Given a 2D binary matrix filled with 0‘s and 1‘s, find the largest square containing all 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 4.

 

 

Related Problems 

Maximal Square II

Maximum Subsquare surrounded by ‘X‘

[LintCode] Maximal Square

标签:ret   max   problem   mat   follow   its   problems   code   lintcode   

原文地址:http://www.cnblogs.com/lz87/p/7393778.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!