Topic: Divide And Conquer Problem / Level: beginner

Problem: Implement a divide and conquer approach to find the minimum element in a rotated sorted 2D matrix.

Run the code to see the output here...