Topic: Linked List Problem / Level: intermediate

Problem: How do you reverse the first half of a circular doubly linked list without using recursion?

Run the code to see the output here...