Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to remove every alternate node from a singly linked list without using extra space.

Run the code to see the output here...