Suppose we have a doubly-linked list made of Nodes. Each Node contains a char and two Node * variables called Next and Back. We have a Head pointer and a Tail pointer. We would like to have a function which will remove all occurrences of a character called Target from the list. Write the algorithm for the function.
Answers
Answered by
2
we have a doubly-linked list made of Nodes. Each Node contains a char and two Node * variables called Next and Back. We have a Head pointer and a Tail pointer. We would like to have a function which will remove all occurrences of a character called Target from the list. Write the algorithm for the function.
Similar questions
Math,
4 months ago
Math,
4 months ago
Science,
9 months ago
Social Sciences,
9 months ago
History,
1 year ago