Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 187 Bytes

File metadata and controls

4 lines (3 loc) · 187 Bytes

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

Show Tags Linked List