Topic: Linked List Problem / Level: intermediate

Problem: How do you detect if a circular singly linked list has a loop and return the node where the loop begins?

Run the code to see the output here...