Pseudocode for Inserting Nodes
15
10
7
null
head_ptr
Otherwise (if the new node will not be first):
Start by setting a pointer named previous_ptr to point to the node which is just before the new node's position
This pointer is called
previous_ptr->link
What is the name of this pointer ?
previous_ptr
Previous slide
Next slide
Back to first slide
View graphic version