 Data Structures and Algorithms 
with Object-Oriented Design Patterns in C++
Data Structures and Algorithms 
with Object-Oriented Design Patterns in C++ 
  
  
  
  
 
Program  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.
 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.
   
Program: ChainedHashTable Class Definition
 
  
  
  
  
 
 Copyright © 1997 by Bruno R. Preiss, P.Eng.  All rights reserved.
Copyright © 1997 by Bruno R. Preiss, P.Eng.  All rights reserved.