I need a c++ code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I need a c++ code

i need a c++ code for insertion,deleting and editing. of elements in a double linked list

12th Oct 2018, 5:06 AM
Shivakeshava Murthy
Shivakeshava Murthy - avatar
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
12th Oct 2018, 10:10 AM
blACk sh4d0w
blACk sh4d0w - avatar
+ 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.
12th Oct 2018, 7:07 PM
blACk sh4d0w
blACk sh4d0w - avatar
+ 5
7th Dec 2018, 2:44 PM
Himani
+ 2
Where is your try?
12th Oct 2018, 5:47 AM
KrOW
KrOW - avatar
0
inserting elements at last and deleting the specified number in list
12th Oct 2018, 11:39 AM
Shivakeshava Murthy
Shivakeshava Murthy - avatar