cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Hash Tables
Hash Tables
May 8, 2014 at 3:44am UTC
ghnelson
(3)
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
May 8, 2014 at 7:10am UTC
keskiverto
(10402)
The format of the question implies that
you
are familiar with that "separate chaining". What does it do?
Topic archived. No new replies allowed.