Topic: Divide And Conquer Problem / Level: beginner

Problem: Find the count of elements smaller than a given value in a sorted array using divide and conquer.

Run the code to see the output here...