38
CS2
Leon Reznik
Week 9
Double Linked List Operations
•
Go to a position in the list.
•
Insert an item in 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,
in both directions
.