Topic: Linked List Problem / Level: intermediate

Problem: Write a function to reverse the nodes in every alternate group of k nodes in a circular doubly linked list.

Run the code to see the output here...