Topic: Linked List Problem / Level: beginner

Problem: Write a function to rotate a circular doubly linked list by n positions.

Run the code to see the output here...