Topic: Linked List Problem / Level: intermediate

Problem: How do you rotate a circular singly linked list by k positions to the left without using extra space?

Run the code to see the output here...