会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
---
首页
管理
2018年10月23日
【算法分析】如何理解快慢指针?判断linked list中是否有环、找到环的起始节点位置。以Leetcode 141. Linked List Cycle, 142. Linked List Cycle II 为例Python实现
摘要: 引入 快慢指针经常用于链表(linked list)中环(Cycle)相关的问题。LeetCode中对应题目分别是: 1. "141. Linked List Cycle" 判断linked list中是否有环 1. "142. Linked List Cycle II" 找到环的起始节点(entr
阅读全文
posted @ 2018-10-23 11:44 rgvb178
阅读(1086)
评论(1)
推荐(0)
编辑
公告