Introduction
What is a linear list?
Sequence of objects
Ordered (though not necessarily sorted)
All objects are the same type
Basic types of linear lists
Array
Linked list
Vector (in Java)
Previous slide
Next slide
Back to first slide
View graphic version