会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
aiterator
专心做一些小事情
首页
新随笔
联系
管理
订阅
2017年4月8日
LeetCode 61. Rotate List
摘要: Given a list, rotate the list to the right by k places, where k is non negative. For example: Given and , return . 题目意思就是将链表后面k个数,放到链表前面。 那么只需要一次循环就可以
阅读全文
posted @ 2017-04-08 23:16 aiterator
阅读(158)
评论(0)
推荐(0)
编辑