检测链表中是否有环 Aug 5th, 2019 | Comments 本文主要讲解如何检测链表中是否有环,如果有环确定环的起点。 reference Detect loop in linked list(floyd algo / Tortoise and hare algo) Why Floyd’s cycle detection algorithm works? Detecting loop in a linked list.