Topic: Linked List Problem / Level: beginner

Problem: Write a function to delete every third node in a singly linked list.

Run the code to see the output here...