next up previous
Next: 2.2.3 Doubly Linked List Implementation Up: 2.2 Implementation of Lists Previous: 2.2.1 Array Implementation of Lists

2.2.2 Pointer Implementation of Lists


  
Figure 2.2: Insertion in a singly linked list
\begin{figure}
\centerline{\psfig{figure=figures/Finssllist.ps}}
\end{figure}


  
Figure 2.3: Deletion in a singly linked list
\begin{figure}
\centerline{\psfig{figure=figures/Fdelsllist.ps}}
\end{figure}


next up previous
Next: 2.2.3 Doubly Linked List Implementation Up: 2.2 Implementation of Lists Previous: 2.2.1 Array Implementation of Lists
eEL,CSA_Dept,IISc,Bangalore