Topic: Linked List Problem / Level: intermediate

Problem: How do you split a circular singly linked list into two lists based on a given pivot value?

Run the code to see the output here...