Topic: Divide And Conquer Problem / Level: beginner

Problem: Solve the problem of searching for an element in a sorted 2D matrix using divide and conquer.

Run the code to see the output here...