Topic: Divide And Conquer Problem / Level: intermediate

Problem: Implement a divide and conquer algorithm to find the smallest range that includes at least one element from each of k sorted lists.

Run the code to see the output here...