Write The Types Of Hashing In Data Structure
Answers
Answered by
3
Answer:
Hashing is the process of mapping large amount of data item to smaller table with the help of hashing function. Hashing is also known as Hashing Algorithm or Message Digest Function. It is a technique to convert a range of key values into a range of indexes of an array.
The example of a hash function is a book call number.
Similar questions