List Structures
lLists notation (presentation) we will often use:
l[2, 3, 5, 7]
lThe notation resembles ones youÕve seen for sets
l{2, 3, 5, 7}
lDistinctions:
lOrder matters with lists; it doesnÕt for sets.
lDuplication matters in lists; it doesnÕt for sets.