ninehills / blog

https://ninehills.tech
758 stars 68 forks source link

LeetCode-21. Merge Two Sorted Lists #30

Closed ninehills closed 6 years ago

ninehills commented 7 years ago

问题

https://leetcode.com/problems/merge-two-sorted-lists/tabs/description 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.

思路

解答

ninehills commented 7 years ago

4 20170730