Next Time...
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 linked list,
circular linked list, linked list of linked
lists, doubly linked lists, etc. beginning
next time!
Our next ADT will be an “ordered list”
adt!