Slippery Rock University Dr. Deborah Whitfield Go Browns!

Chapter 5: Linked Lists
Data Structures and Algorithms in Java
CpSc 374

General Properties of a List

A list is a General Data Struct (a container for other things, perhaps) Why arrays again Array "pointers"
Insert

Delete an element


Linked Lists ADT

Special Cases


Using Lists for Sorting

Other liked list ADTS

Iterators ~ array index