5
CS2
Leon Reznik
Week 9
List Operations
•
Go to a
position
in the list.
•
Insert
an item at a position in the list.
•
Delete
an item from a position in the list.
•
Retrieve
an item from a position.
•
Replace
an item at a position.
•
Traverse
a list.