Watch above sample mock interview video to see how it works.
Login and Buy Premium to Start the Interview
Merge Multiple Sorted Linked Lists
Merge Multiple Sorted Linked Lists
Problem Statement
Given several sorted linked lists, combine all of them into one sorted linked list and return the merged list. Consider the efficiency of your solution.