2015年6月4日

Maximal Square

摘要: Maximal Square问题:Given a 2D binary matrix filled with 0's and 1's, find the largest square containing all 1's and return its area.思路: 动态规划我的代码:public... 阅读全文

posted @ 2015-06-04 10:44 zhouzhou0615 阅读(292) 评论(0) 推荐(0) 编辑

导航