We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given a rows x cols binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and return its area.
rows x cols
matrix
0's
1's
The text was updated successfully, but these errors were encountered:
F4NT0
No branches or pull requests
Given a
rows x cols
binarymatrix
filled with0's
and1's
, find the largest rectangle containing only1's
and return its area.Example 1:
Example 2:
Example 3:
Constraints:
The text was updated successfully, but these errors were encountered: