Concurrent Versions System (CVS) Question:
Download Job Interview Questions and Answers PDF
What is the 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 CVS Interview Questions And Answers
PDF
Previous Question | Next Question |
What are the techniques that used to handle the collisions in hash tables? | What is NFS? |