1.

In open addressing the hash table can never become full.(a) True(b) FalseMy doubt stems from Hash Tables in section Hash Tables of Data Structures & Algorithms II had been asked this question during an internship interview.

Answer»

Correct option is (B) False

Easy explanation - There are two METHODS of HANDLING collisions in a hash table:- open addressing and SEPARATE chaining. In open addressing the hash table can become FULL.



Discussion

No Comment Found

Related InterviewSolutions