Topic: Divide And Conquer Problem / Level: beginner

Problem: Implement binary search to find the missing number in a sorted array of consecutive integers.

Run the code to see the output here...