Merrill interview question

What happens when a hash table becomes full?

Interview Answer

Anonymous

6 July 2014

As the table fills up - collisions become more common. And when there is a collision - a bucket (typically a list) is created - and all the items that collide are placed into it.