Topic: Linked List Problem / Level: intermediate

Problem: Write a function to detect if two circular singly linked lists are identical without using extra space.

Run the code to see the output here...