Topic: Divide And Conquer Problem / Level: beginner

Problem: Implement binary search to find the first element greater than or equal to a given number in a sorted matrix.

Run the code to see the output here...