DS Linked List 1
DS Linked List 1
Basic Operations
Following are the basic operations supported
by a list.
Insertion Operation
Adding a new node in linked list is a more than
one step activity. We shall learn this with
diagrams here. First, create a node using the
same structure and find the location where it
has to be inserted.
Deletion Operation
Deletion is also a more than one step process.
We shall learn with pictorial representation.
First, locate the target node to be removed, by
using searching algorithms.
Print Page