Topic: Divide And Conquer Problem / Level: beginner

Problem: Find the index of the first occurrence of a number in a sorted array using binary search.

Run the code to see the output here...