小小程序媛  
得之坦然,失之淡然,顺其自然,争其必然

2015年12月15日

摘要: 题目Implement wildcard pattern matching with support for ‘?’ and ‘*’.‘?’ Matches any single character. ‘*’ Matches any sequence of characters (... 阅读全文
posted @ 2015-12-15 14:51 Coding菌 阅读(175) 评论(0) 推荐(0) 编辑
 
摘要: 题目Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.分析合并k个有序链表。我们从数据结构的链表章节学会了如何合并两个链表,针对此题,一... 阅读全文
posted @ 2015-12-15 13:44 Coding菌 阅读(113) 评论(0) 推荐(0) 编辑