首页 > 其他 > 详细

[LeetCode] Maximal Square 最大正方形

时间:2015-06-04 00:55:39      阅读:283      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!