2016年4月23日

Add Two Numbers

摘要: 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 @ 2016-04-23 20:44 Sheryl Wang 阅读(156) 评论(0) 推荐(0) 编辑

Remove Nth Node From End of List 和链表题目总结

摘要: Given a linked list, remove the nth node from the end of list and return its head. For example, Given linked list: 1->2->3->4->5, and n = 2. After rem 阅读全文

posted @ 2016-04-23 17:25 Sheryl Wang 阅读(242) 评论(0) 推荐(0) 编辑

导航