1.

What kind of deletion is implemented by hashing using open addressing?(a) active deletion(b) standard deletion(c) lazy deletion(d) no deletionMy query is from Hash Tables in division Hash Tables of Data Structures & Algorithms II have been asked this question by my college director while I was bunking the class.

Answer»

Correct option is (C) lazy deletion

Explanation: STANDARD deletion cannot be performed in an open addressing hash table, because the cells might have caused collision. HENCE, the hash tables IMPLEMENT lazy deletion.



Discussion

No Comment Found

Related InterviewSolutions