Topic: Divide And Conquer Problem / Level: beginner

Problem: Implement a solution to find the maximum sum of two elements in an unsorted 2D matrix using divide and conquer.

Run the code to see the output here...