Hi guys i need some quick asks about my current code for hash tables
My goal is to be able to take in user data and be able to display a hash table that is based on the user inputs' chosen hash function (from 1 to 3), amount of 10 -character strings, and the inputted strings based on the former
a sample input would be like so:
3
9
compromise
accountant
presidency
photograph
temptation
brilliance
censorship
possession
federation
my current problem now is that the code (given below) is unable to do the following:
- take in the user input and output it as a hash table and;
- properly order the insertion of data when chaining is involved
the code will be posted separately
please have a look thank you!