What are the benefits of hash table?

Questions by timmy   answers by timmy

Showing Answers 1 - 3 of 3 Answers

Gopi K

  • Jun 21st, 2007
 

The major advantage of a hash table is its speed. Because the hash function is to take a range of key values and transform them into index values in such a way that the key values are distributed randomly across all the indices of a hash table

  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