Round 1
Questions: Given a rows x cols binary matrix filled with 0's and 1's, find two satisfying rectangles (cannot overlap) that have the largest combined area and return the area. The problem is somewhat similar to Maximal Rectangle.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.