Topic: Linked List Problem / Level: beginner

Problem: Write a function to check if two circular singly linked lists have the same elements.

Run the code to see the output here...