LeetCode Merge Two Sorted Lists

Easy!

Attention to the special inputs:

1. one empty or two empty;

2. the first node as head should be proposed individualy.

原文地址:https://www.cnblogs.com/CathyGao/p/3020563.html