Unix/Linux programming Question:
Download Questions PDF

What is the major advantage of a hash table?

Answer:

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.

Download Unix/Linux programming Interview Questions And Answers PDF

Previous QuestionNext Question
Construct pipes to execute the following jobs?What are the techniques that you use to handle the collisions in hash tables?