Logo Data Structures and Algorithms with Object-Oriented Design Patterns in C++
next up previous contents index

Implementation

Program gif declares the class ChainedHashTable which is derived from the HashTable class. This ChainedHashTable class definition introduces one member variable called array. It is declared as an array of linked lists of pointers to Objects.

   program11907
Program: ChainedHashTable Class Definition


next up previous contents index

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