CSC 224 List
CSC 224 List
2/3/2011 1
LISTS
For stacks and queues the basic operations are
Insertions, and deletion- which are restricted to the
ends of the structures.
No such limitations are imposed on the general lists as
items may be inserted and /or deleted at any point in
the list.
ADT List
Collection of data elements : a finite sequence
(ordered set) of data items.
2/3/2011 11