Topic: Linked List Problem / Level: advanced

Problem: Write a function to reverse every k-th node in a circular singly linked list while maintaining the relative order of the remaining nodes.

Run the code to see the output here...