Topic: Divide And Conquer Problem / Level: advanced

Problem: Write a divide and conquer approach to find the "Largest Rectangle" in a 2D binary matrix.

Run the code to see the output here...