List Structures
l
Lists notation (presentation) we will often use:
l
[2, 3, 5, 7]
l
The notation resembles ones youÕve seen for
sets
l
{2, 3, 5, 7}
l
Distinctions:
l
Order matters
with lists; it doesnÕt for sets.
l
Duplication matters
in lists; it doesnÕt for sets.