DIY: Merge K Sorted Lists
Solve the interview question "Merge K Sorted Lists" yourself in this lesson.
We'll cover the following...
Problem statement
Now, you will be given multiple sorted arrays and your task is to merge them into a single sorted array.