ECE242 L6: Linked Lists September 21, 2009
ECE 242 Data Structures
Lecture 6
Linked Lists
ECE242 L6: Linked Lists September 21, 2009
Overview °Problem: Can we implement data structures using something other than arrays?
- Individual objects can be more flexible
- Use references to find “neighbors”
°Iterators will be important tools for linked lists
- Search through the list