Hash Tables

Assume that we have a hash table that uses separate chaining to resolve collisions. If the table is 256 long, what is the maximum number of entries that can be placed in the hash table?

a. 256
b. 511
c. 512
d. 1024
e. There is no pre-defined maximum

The format of the question implies that you are familiar with that "separate chaining". What does it do?
Topic archived. No new replies allowed.