Sponsored
Use these hints if you're stuck. Try solving on your own first.
Traverse the Linked List, each time you need to delete the next n nodes connect the nodes previous deleting with the next node after deleting.
Solve with full IDE support and test cases