Topic: Linked List Problem / Level: intermediate

Problem: How do you rotate a singly linked list left by k positions using recursion?

Run the code to see the output here...