#Hash Tables In C

4 messages · Page 1 of 1 (latest)

past spear
#

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!

grizzled coyoteBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

past spear
grizzled coyoteBOT
#

This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.