155k views
3 votes
A(n) ___ mals each search key into a different integer that is suitable as an index to the hash table

A. Perfect hash function

B. Black box

C. Hash index

D. Search key index

1 Answer

6 votes

Answer:C )Hash index

Step-by-step explanation:Hash index is the index format that contains the group of the array in the organized pattern. In the hash table, the function of the hash index is to fix the index keys along with the buckets.

Hash index malware is used for the index keys which will correspond to the integers which are of the different from the actual integers in the hash table.Therefore, the correct option is option(c).

User Anjula
by
5.6k points