Python-Programs icon indicating copy to clipboard operation
Python-Programs copied to clipboard

Added this file also

Open SAMBIT20 opened this issue 5 years ago • 0 comments

Given a linked list and two integers M and N. Traverse the linked list such that you retain M nodes then delete next N nodes, continue the same until end of the linked list. That is, in the given linked list you need to delete N nodes after every M nodes.¶

SAMBIT20 avatar Oct 18 '20 01:10 SAMBIT20