CPSC 311, Sec 501: Quiz 6
Feb 25, 2004
Name:________________________________________
- (1 pt) How does the B-tree insert algorithm
ensure that all leaves are always at the same level?
- (1 pt) What is the load factor of a hash table?
- (1 pt) What is a collision, in the context of a hash table?
- (1 pt) Informally, what is the behavior of a hash function
that is ideal for chaining?
- (1 pt) Informally, what is the behavior of a hash function
that is ideal for open addressing?