Topic: Linked List Problem / Level: advanced

Problem: Implement a function to reverse the first half of a doubly linked list while maintaining the relative order of the second half.

Run the code to see the output here...