+ 2
I need a c++ code
i need a c++ code for insertion,deleting and editing. of elements in a double linked list
5 Answers
+ 11
Insertion and deletion at what position?
I mean Inserting a node at the end or at some other position based on certain condition, similarly for deleting too.
Here's a code that I wrote few days back, Only adding nodes at the end and printing LL
https://code.sololearn.com/cIGuM7oZos3J/?ref=app
+ 9
https://code.sololearn.com/cQEw7l62tqGg/?ref=app
On line 8 change you can put value of your own choice
[Edited]: There's a little error, if no node is found then it doesn't display the message for that. I will debug and fix it in some free time.
+ 5
You can refer to this codeđ
https://code.sololearn.com/c4A6nqCVgxXk/?ref=app
+ 2
Where is your try?
0
inserting elements at last and deleting the specified number in list