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

Linked-List Implementation

 

This section presents a linked-list implementation of ordered lists. Program gif introduces the OrderedListAsLinkedList class. The OrderedListAsLinkedList class extends the abstract OrderedList class defined in Program gif.

   program9359
Program: OrderedListAsLinkedList class __init__ method.




next up previous index

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