Topic: Linked List Problem / Level: advanced

Problem: Implement a function to reverse the first half of a doubly linked list while leaving the second half unchanged.

Run the code to see the output here...