Topic: Linked List Problem / Level: beginner

Problem: Write a function to check if a circular singly linked list is a palindrome.

Run the code to see the output here...