1.

Overflow handling using a linked list of buckets is called as ____________(a) Bucket chaining(b) Overflow chaining(c) Bucket linking(d) Overflow linkingI have been asked this question in an online interview.This interesting question is from Static Hashing in portion Indexing and Hashing of RDBMS

Answer»

Right answer is (b) Overflow chaining

Explanation: All the overflow buckets are chained together in a linked LIST. Overflow HANDLING USING a linked list of buckets is CALLED as Overflow chaining.



Discussion

No Comment Found

Related InterviewSolutions