Topic: Linked List Problem / Level: beginner

Problem: How do you split a circular doubly linked list into two halves?

Run the code to see the output here...