What happens when a hash table becomes full?
Anonymous
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.
Check out your Company Bowl for anonymous work chats.