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

Array Implementation

 

This section presents an array-based implementation of ordered lists. Program gif introduces the OrderedListAsArray class. The OrderedListAsArray class extends the abstract OrderedList class defined in Program gif.

   program8634
Program: OrderedListAsArray class __init__ method.




next up previous index

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