摘要: 给定一个链表,删除链表的倒数第 n 个节点,并且返回链表的头结点。 Given a linked list, remove the n th node from the end of list and return its head. 示例: 说明: 给定的 n 保证是有效的。 Note: Give 阅读全文
posted @ 2019-07-23 13:41 爱写Bug 阅读(103) 评论(1) 推荐(0) 编辑