[LintCode] Linked List Cycle 单链表中的环
Posted Grandyang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[LintCode] Linked List Cycle 单链表中的环相关的知识,希望对你有一定的参考价值。
Given a linked list, determine if it has a cycle in it.
Example
Given -21->10->4->5, tail connects to node index 1, return true
Challenge
Follow up:
Can you solve it without using extra space?
s
以上是关于[LintCode] Linked List Cycle 单链表中的环的主要内容,如果未能解决你的问题,请参考以下文章
lintcode-medium-Reverse Linked List II
lintcode-easy-Flatten Binary Tree to Linked List
lintcode-easy-Remove Linked List Elements