Topic: Linked List Problem / Level: intermediate

Problem: Write a function to remove every k-th node from a singly linked list without breaking its structure.

Run the code to see the output here...