array size for extendible hashing

Posted by Phenom on Stack Overflow See other posts from Stack Overflow or by Phenom
Published on 2010-05-23T02:13:30Z Indexed on 2010/05/23 2:20 UTC
Read the original article Hit count: 311

Filed under:
|
|
|

If I want to use extendible hashing to store a maximum of 100 records, then what is the minimum array size that I need?

I am guessing that an array of 100 would be sufficient, but I could be wrong. I also suspect that I can use a smaller array.

© Stack Overflow or respective owner

Related posts about c++

Related posts about array