摘要: 合并k个已合并链表。 思路:先把链表两两合并,直到合并至只有一个链表 阅读全文
posted @ 2017-01-15 21:16 wilderness 阅读(134) 评论(0) 推荐(0) 编辑
摘要: I thought I know Python... Actually , I know nothing... 这个题真想让人背下来啊,每一句都很帅!!! Given n pairs of parentheses, write a function to generate all combinati 阅读全文
posted @ 2017-01-15 20:07 wilderness 阅读(192) 评论(0) 推荐(0) 编辑
摘要: There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh 阅读全文
posted @ 2017-01-15 17:26 wilderness 阅读(239) 评论(0) 推荐(0) 编辑