78.5k views
5 votes
An ______ structure employs an algorithm that converts the primary key of a record directly into a storage address.

1 Answer

5 votes

Answer:

The correct answer to the following question will be Hashing Structure.

Step-by-step explanation:

Hashing Structure: Hashing structure, an important data structure, designed to use a special type of function, known as a Hash function. This is a structure that converts the primary key into a storage address in an algorithm.

Hash Function: To map a given value for access of the elements faster with a particular key, a hash function can be used.

User Tiago Espinha
by
6.2k points