1- define a text file consists of 10,000 word
2- define hash table as linked list using class
3-in void main you ask user the following:
Read the words from the text file and
build hash table from text file
enter 1 if you need to add word
enter 2 if you need to delete word
enter 3 if you need to search word from hash table If the word were duplicates more than once in the bucket hash table in the linked list print all the words that are present in the bucket hash table
enter 4 if you need to add word from keyboard in hash table
Comments
Leave a comment