leetcode-019-删除链表倒数第N个结点(Remove Nth Node From End of List)

2019-01-08
阅读 2 分钟
2.8k
Given a linked list, remove the n-th node from the end of list and return its head.给定一个链表,删除链表的倒数第 n 个节点,并且返回链表的头结点。