Logo Data Structures and Algorithms with Object-Oriented Design Patterns in C++
next up previous contents index

Linked List Implementation

This section presents a queue implementation which makes use of the singly-linked list data structure, LinkedList<T>, that is defined in Chapter gif. Program gif declares the QueueAsLinkedList object class.

   program7306
Program: QueueAsLinkedList Class Definition




next up previous contents index

Bruno Copyright © 1997 by Bruno R. Preiss, P.Eng. All rights reserved.