What is hashing in data structure?
Answers
Answered by
1
Hashing is a technique to convert a range of key values into a range of indexes of an array.
We're going to use modulo operator to get a range of key values.
Consider an example of hash table of size 20, and the following items are to be stored. Item are in the (key,value) format.
Similar questions
Computer Science,
2 months ago
Math,
2 months ago
History,
10 months ago
Accountancy,
10 months ago
French,
10 months ago