1.

Which of the following schemes does quadratic probing come under?(a) rehashing(b) extended hashing(c) separate chaining(d) open addressingThis key question is from Hash Tables in chapter Hash Tables of Data Structures & Algorithms II have been asked this question in an internship interview.

Answer»

Correct option is (d) open addressing

To explain: Quadratic PROBING comes under open addressing SCHEME to RESOLVE collisions in hash tables.



Discussion

No Comment Found

Related InterviewSolutions