Topic: Linked List Problem / Level: beginner

Problem: How do you reverse the data in a circular doubly linked list, leaving the structure unchanged?

Run the code to see the output here...