Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to delete every second node from a circular singly linked list where each node contains a random pointer.

Run the code to see the output here...