Topic: Divide And Conquer Problem / Level: intermediate

Problem: Write a divide and conquer solution to find the largest sum rectangle in a 2D matrix.

Run the code to see the output here...