会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
AndrewChen的博客
兴趣驱动学习
新随笔
管理
2015年1月15日
[Leetcode] Linked List Cycle
摘要: Given a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?[Thoughts]有一种使用两个指针的方法,一个fast指针,每次移动两步;一个s...
阅读全文
posted @ 2015-01-15 13:19 andrew-chen
阅读(223)
评论(0)
推荐(0)
编辑