1.

Which scheme provides good performance?(a) open addressing(b) universal hashing(c) hashing by division(d) hashing by multiplicationQuestion is from Hash Tables in chapter Hash Tables of Data Structures & Algorithms IThis question was posed to me in an international level competition.

Answer»

Correct choice is (b) universal HASHING

Easiest explanation - Universal hashing scheme provides better PERFORMANCE than other schemes because it USES a UNIQUE randomisation approach.



Discussion

No Comment Found

Related InterviewSolutions