Topic: Divide And Conquer Problem / Level: intermediate

Problem: Use divide and conquer to find the smallest range that contains at least one number from each of k sorted lists.

Run the code to see the output here...