Topic: Divide And Conquer Problem / Level: beginner

Problem: Use binary search to find the first occurrence of a number in a rotated sorted array.

Run the code to see the output here...