Topic: Linked List Problem / Level: advanced

Problem: Write a function to rotate a circular singly linked list by k positions where each node has a next pointer and a random pointer.

Run the code to see the output here...