Data Structures and Algorithms with Object-Oriented Design Patterns in Python
next up previous index

Array Implementation

Program gif introduces the QueueAsArray class. The QueueAsArray class is a concrete class that extends the abstract Queue class defined in Program gif.

   program6269
Program: QueueAsArray __init__ and purge methods.




next up previous index

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