Topic: Linked List Problem / Level: advanced

Problem: How do you reverse alternate groups of nodes in a doubly linked list and then merge them into one list?

Run the code to see the output here...