In: Accounting
What is a hashing structure? What are the advantage(s) and disadvantage(s) associated with it?
What is hashing structure?
It is one of the methods of structuring the data in order to retrieve it fastly and efficiently.
In this structure, a hash table is first constructed. (Hash table is simply a data format wherein the data is stored in associative manner). Data is stored in the hash table in “array” format, so that each data value is associated with unique index value. The result is the key range of values are converted into a range of index.
Advantage of hashing structure:
Disadvantages of hashing structure: