LeetCode 19. Remove Nth Node From End of List(删除链表)
原题网址:https://leetcode.com/problems/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
原创
2016-05-19 06:35:59 ·
366 阅读 ·
0 评论