Topic: Divide And Conquer Problem / Level: intermediate

Problem: Use divide and conquer to find the k-th smallest element in a union of two sorted arrays.

Run the code to see the output here...