博客园  :: 首页  :: 新随笔  :: 订阅 订阅  :: 管理

2015年4月21日

摘要: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.AC代码如下:Li... 阅读全文

posted @ 2015-04-21 22:44 NUST小文 阅读(110) 评论(0) 推荐(0) 编辑

摘要: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ... 阅读全文

posted @ 2015-04-21 21:52 NUST小文 阅读(126) 评论(0) 推荐(0) 编辑