题目:
Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.
链接: http://leetcode.com/problems/merge-k-sorted-lists/
题解:
23. Merge k Sorted Lists
原文:http://www.cnblogs.com/yrbbest/p/4434799.html