How to Delete N Nodes After M Nodes of a Linked List? June 21, 2020 algorithms, c / c++, data structure No Comments Given the head of a linked list and two integers m and n. Traverse the linked list and remove some nodes in the following way: Start with the head … [Continue Reading...]