Topic: Linked List Problem / Level: intermediate

Problem: Write a function to reverse the order of alternate nodes in a circular singly linked list and append them at the end.

Run the code to see the output here...