Cover Data Structures and Algorithms with Object-Oriented Design Patterns in Java
next up previous contents 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 contents index

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