Topic: Divide And Conquer Problem / Level: intermediate

Problem: Implement a divide and conquer solution to find the largest rectangle that can fit in a binary matrix of 0s and 1s.

Run the code to see the output here...