Topic: Divide And Conquer Problem / Level: advanced

Problem: Write a divide and conquer solution for "Merging K Sorted Lists" into a single sorted list.

Run the code to see the output here...