Why is it necessary to hash?

Skill/Topic: Hash Table
A) Hashing assures that the format of keys is uniform and unique

Showing Answers 1 - 3 of 3 Answers

It is one of the data structures and could prove to be useful in situation depending upon the domain.

Hashing is a technique to organize the data according to some function f(x) applied on the individual data elements x.

It is a heuristic technique i.e. it uses data itself to determine its course.

Hashing is a powerful method to searching because it quickly reduces the domain where data is to be searched.

Chaining is a concept related to hashing , in case we encounter multiple data elements having the same key.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions