Given a 2D binary matrix filled with 0’s and 1’s, find the largest rectangle containing all ones and return
its area.
Maximal Rectangle
最新推荐文章于 2021-10-17 09:55:57 发布
Given a 2D binary matrix filled with 0’s and 1’s, find the largest rectangle containing all ones and return
its area.