The List ADT

A list is a linear collection of like items.

  • The operations on lists include :

  • Lists can be implemented as arrays
  • Lists can be implemented as linked lists