problem solving Cycle or Loop Detection in a LinkedList ~ find the start of the loop Finding a loop in LinkedList. To check whether a LinkedList has a loop or not is pretty straightforward. But, it becomes trickier when it comes to finding the start of the loop of a LinkedList. Let's first address, how can we tell whether a