Topic: Linked List Problem / Level: intermediate

Problem: How do you delete every second node from a doubly linked list where each node contains a random pointer?

Run the code to see the output here...