answersLogoWhite

0

you dont. you insert a node after it and copy all contents of the previous node in it and put the new values in the old node. just make sure to keep the connections intact.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is cprogram code to insert a node in single link list?

Write Code to Insert a Node in a Single Linked List at any given Position.


What movies are in the Mall of America?

Any answer given here would be out of date within a week, if not sooner. Better to go to one of the websites linked below to find your answer.


Multiculturalism is usually linked with what other term?

diversity to identityMulticulturalism is usually linked with the cultural diversity of different people in a given country.


Who had given the Work linked democracy explanation of Quality of Work Life?

Evic Tryst


What is Hestia's roman name and why was it given to her?

Hestia's Roman name was Vesta. It is not known why the name Vesta was given to her. Vesta was one of theearliestRoman deities and she was a very important goddess before the Romans were influenced by theGreeks. As a result ofGreekinfluence, she was then linked to Hestia because she, too, was the goddess of the hearth.


Could gift before death be part of the estate?

Yes, gifts that were given within two years of the death can be pulled back into the estate by the executor.


Algorithm in creating insert method in linked list?

You sort a doubly linked list the same way you sort any other kind of list or array. You implement a procedure to sort the list or array, and that procedure calls the appropriate insert, delete, or move methods of the list or array.


On Habbo how do you get the mystery badge?

The mystery badge was given out to those who created (or linked?) a habbo account on facebook, however, you had to do this within a certain time frame to receive the badge, so the badge isn't commonly seen around the hotel, but the odd user will have it.


What childlike Name is given to significant weather activity linked to sea temperature in pacific ocean?

el nino


What preparations may be given before prolotherapy treatment?

What preparations may be given before prolotherapy treatment?


What is the average residence time of particles in a given system?

The average residence time of particles in a system is the average amount of time a particle stays within that system before leaving.


Which linked list can be randomly accessed by given locations?

In a word, none. Linked lists are sequential and must be traversed sequentially. For random access you need an array, but you lose the efficiency of a list when it comes to insertion/deletion.