previous |
start |
next
Abstract Data Types
- Abstract list
- An ordered sequence of items that can be traversed
sequentially
- Allows for insertion and removal of elements at any
position
- Abstract array
- An ordered sequence of items
- Allows for random access by specifying an integer index
previous |
start |
next