Skip to content

Latest commit

 

History

History

merge_k_sorted_list

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

You are given an array of k linked-lists lists, each linked-list is sorted in ascending order.

Merge all the linked-lists into one sorted linked-list and return it.

Problem Link