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

[LeetCode] Maximal Square 最大正方形

时间:2015-06-04 00:56:05      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:

 

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.

Credits:
Special thanks to @Freezen for adding this problem and creating all test cases.

 

 

 

 

参考资料:

https://leetcode.com/discuss/38485/my-concise-solution-in-c

https://leetcode.com/discuss/38489/easy-solution-with-detailed-explanations-8ms-time-and-space

http://www.5uzh.com/view.aspx?kn=50037263

 

[LeetCode] Maximal Square 最大正方形

标签:

原文地址:http://www.cnblogs.com/grandyang/p/4550604.html

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