Topic: Linked List Problem / Level: intermediate

Problem: Implement a function to remove every k-th node from a singly linked list.

Run the code to see the output here...