1.

Which of the following helps keys to be mapped into addresses?(a) hash function(b) separate chaining(c) open addressing(d) chaining using a linked listThis question is from Hash Tables topic in division Hash Tables of Data Structures & Algorithms II had been asked this question by my college director while I was bunking the class.

Answer»

The CORRECT answer is (a) hash function

The explanation is: Hash table is an example of a data structure that is built for fast ACCESS of elements. Hash FUNCTIONS are used to determine the INDEX of any input record in a hash table.



Discussion

No Comment Found

Related InterviewSolutions