List - Linked Lists and Array

What is the abstract date type for lists?

List:

  • a list is a common ADT for holding ordered data

  • There is a start and end of the list

  • Are sequenced one after the other