Get best answers to any doubt/query/question related to programming , jobs, gate, internships and tech-companies. Feel free to ask a question and you will receive the best advice/suggestion related to anything you ask about software-engineering , development and programming problems .

0 like 0 dislike
1,263 views
in Online Assessments by Expert (44,360 points)

1 Answer

0 like 0 dislike
 
Best answer
Given an m x n binary matrix filled with 0's and 1's, find the two largest square containing only 1's and return its area.
The squares should be of same size and can not share cells.
by Expert (44,360 points)
...