본문 바로가기

풀어본 Algorithm 문제 정리

[OJ.leetcode] merge-two-sorted-lists

https://oj.leetcode.com/problems/merge-two-sorted-lists/


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.