Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to reverse every second node in a singly linked list without using extra memory.

Run the code to see the output here...