Thrae tctons hat inuence the distribution of values in a tash table are 2 dala characteristics, hash function, table size O data querntity, stze of huckets, table size 2 data charactenstics, hash function, bucket initialization O data quantity, hash fuction, table size
Plz help
In the First question we are to find what are the factors that influence the distribution of values in a hash table
Now, Hash Table usually take these three factors into account,
1) Data Characteristics
Hash value depends on the data being hashed and the characteristics of a data is very important.
2) Hash Function
The hash function is very important as wrong hash function can completely destroy the system as it will not be able to store correct values and match the key
3) Table Size
The size of the hash table is very important as there is a high chance of collision as per the load factor with limited table size so the array should be resizable.
Therefore the correct option is ,
(A) data characteristics, hash function, table size
Step by step
Solved in 2 steps