Topic: Divide And Conquer Problem / Level: beginner

Problem: Use binary search to check if a number exists in a sorted matrix.

Run the code to see the output here...