Write a C++ Code to implement. We are going to implement English dictionary by u
ID: 3694818 • Letter: W
Question
Write a C++ Code to implement.
We are going to implement English dictionary by using a hash map. Dictionary data is given; import the data, “Oxford_English_Dictionary.txt”. Please try to use a couple of different hash functions and compare the performance. The goals are:
1. Implementation of Hasp map and loading a text file.
2. Compare the performance with difference hash functions
3. Show histograms of the numbers of buckets for different hash functions.
4. Make a conclusion what parameters are the best for the data.
Link to download Oxford_English_Dictionary.txt file
https://www.dropbox.com/s/yxskl0qt0a497ym/Oxford_English_Dictionary.txt?dl=0