Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 204 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 204 Bytes

Problem

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.

Solution

Keep track of two lists and generate