Ordered Lists
•
Now that we have seen a simple list
example, and started to examine how we
can use different data structures to solve
the same problem
•
We will move on to examine an
ordered
list ADT
–
implemented using a linear linked list, circular linked
list, linked list of linked lists, doubly linked lists, etc.