LeetCode-Merge Two Sorted Lists
摘要:
Analysis The key to solve the problem is defining a fake head. Then compare the first elements from each list. Add the smaller one to the merged list. 阅读全文
posted @ 2016-04-30 00:08 IncredibleThings 阅读(119) 评论(0) 推荐(0)
浙公网安备 33010602011771号