Topic: Linked List Problem / Level: advanced

Problem: How do you rotate a circular singly linked list such that the node with the highest value becomes the new head?

Run the code to see the output here...