Topic: Linked List Problem / Level: intermediate

Problem: Write a function to reverse every alternate node in a doubly linked list without swapping data.

Run the code to see the output here...