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

Foundational Data Structures

When implementing a data structure, we must decide first whether to use an array or a linked list as the underlying organizational technique. For this reason, the array and the linked list are called foundational data structures. Chapter gif also covers multi-dimensional arrays and matrices.


next up previous index

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