1.

How many constraints are to be met to successfully implement quadratic probing?(a) 1(b) 2(c) 3(d) 4This interesting question is from Hash Tables in division Hash Tables of Data Structures & Algorithms IThe question was posed to me in an internship interview.

Answer»

Correct OPTION is (b) 2

For explanation: 2 requirements are to be MET with respect to table size. The table size should be a PRIME NUMBER and the table size should not be more than half FULL.



Discussion

No Comment Found

Related InterviewSolutions