摘要: 问题: 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 阅读全文
posted @ 2016-10-19 15:10 Gerrard_Feng 阅读(246) 评论(0) 推荐(1)