next up previous
Next: 2.2.1 Array Implementation of Lists Up: 2. Lists Previous: 2.1.1 A Program with List ADT

2.2 Implementation of Lists

Many implementations are possible. Popular ones include:

1.
Arrays
2.
Pointers (singly linked, doubly linked, etc.)
3.
Cursors (arrays with integer pointers)



 

eEL,CSA_Dept,IISc,Bangalore