1.

Which of the following is used in hash tables to determine the index of any input record?(a) hash function(b) hash linked list(c) hash tree(d) hash chainingQuery is from Hash Tables in division Hash Tables of Data Structures & Algorithms IThis question was posed to me in semester exam.

Answer»

Right option is (a) hash function

Easiest explanation - 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