problem:https://leetcode.com/problems/linked-list-cycle/ tips: 本想用hash函数,但是size未知,且不可求。 解法是改指针,让循环暴露出来。