Topic: Linked List Problem / Level: advanced

Problem: Write a function to reverse every k-th node in a circular singly linked list using recursion while keeping the relative order of other nodes intact.

Run the code to see the output here...