C++ implementation of a HashTable

The program generates random strings to be used as keys by the hash table and saves a random number as it’s data. This is used as a Key=>Data pair that is stored in a Link List.

The program then outputs the hash table showing where the  Key=>Data pairs are stored.

 

Download source code here -> hashtable

 

Program console output is below.

hashtable_output

 

Leave a Reply

Your email address will not be published. Required fields are marked *