Answer the question
In order to leave comments, you need to log in
How to build a hash table?
Hello!
Hash tables with open addressing are given with primary hash function I=K%13 and secondary hash function I=(I+4)%13. It is necessary to supplement the second table with the keys from the first, the order of writing the keys is the same as it was when filling in table number one. Please suggest how to do this, thanks!
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question