会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
爱写Bug
博客园
首页
新随笔
联系
管理
2019年7月23日
LeetCode 19:删除链表的倒数第N个节点 Remove Nth Node From End of List
摘要: 给定一个链表,删除链表的倒数第 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
阅读(105)
评论(1)
推荐(0)
公告