Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Merge two Sorted Lists

Given two sorted linked lists, merge two sorted linked lists and return it as a sorted list. The list should be made by splicing together the nodes of the first two lists.