Topic: Linked List Problem / Level: intermediate

Problem: How do you rotate a doubly linked list to the right by k positions using recursion?

Run the code to see the output here...