Topic: Divide And Conquer Problem / Level: beginner

Problem: Write a divide and conquer solution to find the number of elements smaller than a given number in two sorted arrays.

Run the code to see the output here...