04 2014 档案

tree 专栏
摘要:算法演绎:http://code.jcly.twbbs.org/docs/algorithm/%E6%BC%94%E7%AE%97%E6%B3%95%E7%AD%86%E8%A8%98/www.csie.ntnu.edu.tw/_u91029/Tree.htmlTop-Down Approachan... 阅读全文

posted @ 2014-04-16 03:14 brave_bo 阅读(134) 评论(0) 推荐(0)

Linked List 专栏
摘要:问题一: merge two sorted linkedlist.Key to solve this problemThe 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. Finally, when one of them is empty, simply append it to the merged list, since it is already sorted. 阅读全文

posted @ 2014-04-08 04:16 brave_bo 阅读(174) 评论(0) 推荐(0)

导航