Topic: Divide And Conquer Problem / Level: beginner

Problem: Implement binary search to find the peak element in a 2D matrix.

Run the code to see the output here...