Topic: Divide And Conquer Problem / Level: beginner

Problem: Implement a solution to find the first element less than a given number in a sorted array using divide and conquer.

Run the code to see the output here...