suppose you building a hash table with size 15 elements , storing 8 entries of integers , the 8 itegers are : 18,20,80,54,10,37,28,36
- try to build a hash function for this table and draw the final table
- write c++ code to implement this function
Printable View
suppose you building a hash table with size 15 elements , storing 8 entries of integers , the 8 itegers are : 18,20,80,54,10,37,28,36
- try to build a hash function for this table and draw the final table
- write c++ code to implement this function
and your question is?
You first need to devise the hash algorithm.
thanks