Topic: Divide And Conquer Problem / Level: beginner

Problem: Use binary search to find the first occurrence of an element in a sorted matrix.

Run the code to see the output here...