Algo-Tree
Algo-Tree copied to clipboard
Program to deleting N nodes after M nodes in a linked list.
This is an algorithm or a general program to delete N nodes after M nodes in a singly linked list.
the user shall enter the linked list elements, decide its size and the values of m and n.
I will be implementing it in both languages python and C++, and uploading separate codes.
Please assign this to me.