摘要: 题目:Given a linked list, remove thenthnode from the end of list and return its head.For example: Given linked list: 1->2->3->4->5, and n = 2. After... 阅读全文
posted @ 2015-03-31 14:54 温布利往事 阅读(326) 评论(0) 推荐(0) 编辑