Next: 2.2.1 Array Implementation of Lists
Up: 2. Lists
Previous: 2.1.1 A Program with List ADT
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