[LeetCode] 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 ... 阅读全文
posted @ 2012-12-31 14:01
小刀初试
阅读(136)
评论(0)
推荐(0)