摘要: 题目: Given a 2D matrix matrix, find the sum of the elements inside the rectangle defined by its upper left corner (row1, col1) and lower right corner ( 阅读全文
posted @ 2020-02-11 23:15 silentteller 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 题目: Given a 2D binary matrix filled with 0's and 1's, find the largest square containing only 1's and return its area. Example: Input: 1 0 1 0 0 1 0 1 阅读全文
posted @ 2020-02-11 21:51 silentteller 阅读(432) 评论(0) 推荐(0) 编辑