Table ADTs
Does anyone see a problem with this approach so
far?
What if we wanted to print out all of the items
that are in the table? Let's add a traverse.:
Traverse the Table (e.g., Traverse(Table,
VisitOrder))
But, because the data is not defined to be in a
given order...”sorting” may be required (the
client should be unaware of this taking place)